Re: Calling webservice in vb.net (using SOAP)
From: Drew Marsh (drub0y_at_hotmail.no.spamming.com)
Date: 12/03/04
- Next message: John Saunders: "Re: Rerouting Requests via a Proxy because of .NET "bug""
- Previous message: Scott Allen: "Re: Rerouting Requests via a Proxy because of .NET "bug""
- In reply to: Henrik: "Calling webservice in vb.net (using SOAP)"
- Next in thread: Dan Rogers: "RE: Calling webservice in vb.net (using SOAP)"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 03 Dec 2004 08:17:11 -0800
Henrik wrote:
> I need to get a refferece to a XML-webservice, and get some data from
> it.... But I can't add it like an web-refference...
Why not...?
> What options does
> I else have?? I've been told that i've to use SOAP, to connect to it,
> but how??
A web reference does (ultimately) use SOAP. What it's doing is generating
NET classes based on the services definition (WSDL) so that you can more
program against the web service using .NET types instead of having to shift
your brain into the more complex world of XML specifications surrounding
web services.
> Are there any good documentation for that?? all the examples that i've
> found, is using web-refference..
I could tell you to just build the SOAP request by hand with XmlDocument
and then send it use HttpWebRequest, but I'm just not sure you actually need
to go to that extreme. If you could provide us with some more detail as to
why you can't use a web reference I think we'd be able to offer you alternate
solutions.
HTH,
Drew
- Next message: John Saunders: "Re: Rerouting Requests via a Proxy because of .NET "bug""
- Previous message: Scott Allen: "Re: Rerouting Requests via a Proxy because of .NET "bug""
- In reply to: Henrik: "Calling webservice in vb.net (using SOAP)"
- Next in thread: Dan Rogers: "RE: Calling webservice in vb.net (using SOAP)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|