Ask a Question related to ASP.NET Web Services, Design and Development.
-
Ted #1
call a webservice programmatically
I would like to call a web service programmatically ie: without adding a web
reference in visual studio. From the docs it seems like I have to use
HttpWebRequest. Also what I can't figure out is how to convert the wsdl or
the xml that is returned to an object. In VS when you create a web reference
for a web service then we can access that service in code by instantiating
the service. How do I do this when I call the web service using
HttpWebRequest. Or is there any other way of doing this?
I a newbie to .NET so if anyone has anyone has any samples to share it would
be great.
Thanks in advance
Ted
Ted Guest
-
Can a webservice call another webservice?
Hi all, I want one WebService I have, say on a server in Los Angeles, to call methods I have in a 2nd WebService on another server, say in New... -
call webservice
hi i have a webservice which resides on a server on the same LAN that am working at. I have the URL and theWSDL of the webservice. However, i... -
Webservice API Call
I get the following error below upon attempts to access a webservice that attempts to call advapi32.dll I believe this to be a security issue yet... -
Call COM from .NET WebService Help
We are trying to access a COM object from our .NET WebService, but we get System.RunTime.Interopservices.COMException 0x80010105 everytime. We also... -
Error Accessing webservice programmatically over HTTPS.
I'm getting the follwoing error msg while trying to access a web service over HTTPS."The underlying connection was closed: Unable to connect to the... -
Dino Chiesa [MSFT] #2
Re: call a webservice programmatically
GotDotNet.com has this ...
[url]http://www.gotdotnet.com/community/usersamples/Default.aspx?query=webservicestudio[/url]
"Ted" <sumesh.nair@flytxt.com> wrote in message
news:uXnaKZRUDHA.2196@TK2MSFTNGP11.phx.gbl...web> I would like to call a web service programmatically ie: without adding areference> reference in visual studio. From the docs it seems like I have to use
> HttpWebRequest. Also what I can't figure out is how to convert the wsdl or
> the xml that is returned to an object. In VS when you create a webwould> for a web service then we can access that service in code by instantiating
> the service. How do I do this when I call the web service using
> HttpWebRequest. Or is there any other way of doing this?
>
> I a newbie to .NET so if anyone has anyone has any samples to share it> be great.
>
> Thanks in advance
> Ted
>
>
Dino Chiesa [MSFT] Guest



Reply With Quote

