Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
webservice
- Page 1
Webservice
Programming
Web Development
18 Years Ago
by NewVBguy
…i got this error.[/B] Server Error in '/
webservice
' Application. -------------------------------------------------------------------------------- To be XML serializable, types …SoapReflectionImporter soapImporter, String defaultNs) +3391 [InvalidOperationException: Method
WebService
.GetDr can not be reflected.] System.Web.Services.…
Re: Webservice
Programming
Web Development
18 Years Ago
by plazmo
you cannot pass a datareader because it is a connection to a database and a
webservice
can only pass data which can be serialized such as xml. The best thing to pass is a dataset. because a dataset can be serialized being that it generates xml.
Re: Webservice
Programming
Web Development
18 Years Ago
by NewVBguy
thanks for your advice plazmo. you're a big help. newvbguy [QUOTE=plazmo;247239]you cannot pass a datareader because it is a connection to a database and a
webservice
can only pass data which can be serialized such as xml. The best thing to pass is a dataset. because a dataset can be serialized being that it generates xml.[/QUOTE]
Re: Webservice
Programming
Web Development
18 Years Ago
by Exelio
hi, Looking at your code,the best way to use
webservice
with databases is to use dataset.store the values in a dataset and return the dataset from the function. hope this helped. Thanks Regards Exelio
Webservice
Programming
Software Development
17 Years Ago
by soniataneja
Hello, i'm trying to build a
webservice
using c# .Net it works fine on local host but how do i call it from client side using ASP script and also how is it that i uplaod this
webservice
to internet(sorry!! for a silly question but iim new to .Net so dsnt actually know about it)
Re: Webservice
Programming
Software Development
16 Years Ago
by gangu.madduri
You can call the webmethods of the
webservice
in asp normally as u call methods once you have the reference of the
webservice
in yur application.Regarding deployment,if u use Visual studio,u can deploy in the regular ways as that of websites (web setup projects or copy website)
Webservice
Programming
Software Development
18 Years Ago
by sunilr
Hi guys, Can anyone explain how I can create & use a
webservice
?? Thanx in advance Sunil
Re: Webservice
Programming
Software Development
18 Years Ago
by Exelio
hi sunil, To create a
webservice
,
Webservice
Programming
Software Development
13 Years Ago
by bill_kearns
… with web services. I was given the url to a
webservice
containing methods required to build the login part of the…
Webservice with timer
Programming
Web Development
15 Years Ago
by Gospp
… update an internal list in the
Webservice
. The
Webservice
will be accessed from multiple clients …; /// Summary description for Service1 /// </summary> [
WebService
(Namespace = "http://10.101.4.156/MyWebServices")]….ScriptService] public class Service1 : System.Web.Services.
WebService
{ static List<string> Test =…
Re: Webservice adding async to my method?
Programming
Software Development
11 Years Ago
by Ketsuekiame
… e.g. public async Task CallServiceAndGetString() { string myString =
webService
.GetMyString(); // Web Service call gets sent. Does not block…30 seconds for whatever reason. someClass.CallStarted = true; //
WebService
call still going someOtherClass.DoWork(); // Still going... MessageBox.…
Webservice on port 9999 vs2008
Programming
Software Development
16 Years Ago
by a0011010011
HI I am trying to run a
webservice
on port 9999 The
webservice
runs perfectly, via [url]http://etc.service.asmx[/url]… I see the
webservice
and am able to run it nicely, the problem comes… in on adding the
webservice
in vs 2008 , it is unable to correctly attach the…
Webservice adding async to my method?
Programming
Software Development
11 Years Ago
by castajiz_2
… me a suggestion how to fix that? I need this
webservice
to target my database. I have to communicate with it… via this
webservice
(actually using it as a proxy to get the the… databaseserver). I doing everything locally. For example my
webservice
address is: http://localhost:47852/Number.asmx?WSDL
Re: Webservice adding async to my method?
Programming
Software Development
11 Years Ago
by castajiz_2
… two days i finally managed to communicate with my
webservice
which is located on the folowing DNS:*[www.somee.com…wasn't aware that I have to **deploy** the
webservice
on the server(-.-), so I basically converted the solutionfolder …the communication possible. The reason why I needed this
webservice
was to target my database as mentioned on the…
webservice in visual basic asp .net
Programming
Web Development
15 Years Ago
by hannahwill
…website.i am planning to make business directory as a
webservice
.users will b accessing from different domains. question 1:… is it possible to implement my idea as a
webservice
in visual basic and will it be accessible from …cross domain security issues if i implement as my idea
webservice
? question 3:is there any other issues. for …
WebService Issue
Programming
Software Development
11 Years Ago
by Jade87
Hi, I'm trying to create a
webservice
but I'm not very familiar with them and I'… just a dictionary that I want to use with a
webservice
. This is the code private Dictionary<string, string>… can think of to get it to work with a
webservice
but nothing is working. Can anyone point me in the…
Re: Webservice on port 9999 vs2008
Programming
Software Development
16 Years Ago
by LizR
Did you look at the
webservice
code? What have you tried?
Webservice connection attempt failed because the connected party did not properly
Programming
Web Development
13 Years Ago
by suvisoya
… added web reference into my project to call
webservice
method but below error was happend when i execute my …
webservice file for common database acess
Programming
Web Development
13 Years Ago
by weblion
… /// Summary description for WebService1 /// </summary> [
WebService
(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo …] public class WebService1 : System.Web.Services.
WebService
{ [WebMethod] public string SetConnectionString(string server…
webservice output to texbox on page
Programming
Software Development
12 Years Ago
by pitic
Hy, I have created a
webservice
(asmx) which has some webmethods. In same project i also … can populate the textbox but only from the page. The
webservice
doesn't write anything to it. I have made a…
Re: WebService Issue
Programming
Software Development
11 Years Ago
by Ketsuekiame
What exactly is it that isn't working? How do you want it to work? WebServices aren't WinForms applications so you should not treat them as such. I notice that the code you want is in the `Page_Load`. Are you wanting this code to run when the
WebService
starts up, at the beginning of each call or is it a call by itself?
Re: Webservice connection attempt failed because the connected party did not properly
Programming
Web Development
13 Years Ago
by stbuchok
Are you able to navigate to the
webservice
?
Webservice as Xml format
Programming
Web Development
16 Years Ago
by Venks
Hai Friends, I want to create
webservice
in apache tomcat server in xml format as <xml> <name>Name1</name> <address>Add1</address> </xml> please tell how to do this.
Webservice api in cpp
Programming
Software Development
14 Years Ago
by msnasiri
Hello, I need to a
webservice
that could be use in c++ and php and easily work on linux and windows compilers (my windows compiler is visual c++ 6) can anyone help me on this?
webservice not able to download the files
Programming
Software Development
13 Years Ago
by rams.prsk
Hi All, Iam using a
webservice
to downlad the html, audio and video files from the …
Webservice Url
Programming
Web Development
12 Years Ago
by pucivogel
Can anyone explain me better the conpcept of the
webservice
. I'm using wamp for a school project, i'm …
Re: Webservice Url
Programming
Web Development
12 Years Ago
by gon1387
Hope this explains it: In a simple sense,
webservice
is a standardized way for you to provide data and communication to your other software or a 3rd party software. Like in your php code and your js code, how will the js code understand your php code?
Re: Webservice Url
Programming
Web Development
12 Years Ago
by gon1387
That specifically is just a declaration of a variable and assigning a string. But yes, if you're going to connect and fetch data to that
webservice
URL of yours. :)
Webservice for imagename retrive from database
Programming
Web Development
11 Years Ago
by NitsPatel
… don't have knowledge about webservices. I want to make
webservice
for all image url retrieve from the database . i don…
Re: Webservice
Programming
Web Development
18 Years Ago
by lotusflower
Can a datareader passed as a parameter from a sub to a function? I am trying to pass some values via a datareader that reads from an sql database tabel and also a listbox where I want one column of the data to be displayed. Here is my partial code: In the calling function for button click event: SitesSelected(myReader, topicSelectionListBox)…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC