Re: SOAP Question
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 15 Sep 2005 12:24:14 -0400
Brian,
It is correct. When you invoke the method, the url that is called is
reconstructed from that base URL (with the WSDL) and then a request is sent
to that.
You might want to consider running a trace, to see what output you are
generating, and send it to the vendor exposing the web service (if you think
it is correct).
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
"Brian P" <no@xxxxxxxxx> wrote in message
news:b7efea531e2f48c787ecdf8304c2@xxxxxxxxxxxxxxxxxxxxx
>I am working on a new program that uses a SOAP interface. I have written a
>few of these before, but this time it is giving me trouble. I suspect
>there is a problem with on the SOAP handler side, but since I'm not an
>expect I cannot be sure.
>
> The vendor has provided me a url to the WSDL document for the soap
> service. Using the .Net WSDL utility, I generate a c# proxy class. When
> I'm trying to use the methods of the soap service, I get an error saying
> the method could not be executed.
>
> What I find strange is, looking at my generated soap proxy class, the URL
> points back to the WSDL URL, not a URL to a asmx or other page. Does this
> make sense. How can a WSDL document handle soap requests?
>
> I asked the vendor and they said that it is correct...
>
> Thanks for any help...
> Brian
>
>
.
- References:
- SOAP Question
- From: Brian P
- SOAP Question
- Prev by Date: upload files
- Next by Date: Re: upload files
- Previous by thread: SOAP Question
- Next by thread: Re: SOAP Question
- Index(es):
Relevant Pages
|