Re: SOAP Question

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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
>
>


.



Relevant Pages

  • Re: SOAP newbie question
    ... Do Take a look at the wsdl pages on w3c as well. ... >> This is unchartered territory for me and I need the advice of the Java ... >> firewall to a URL at a vendor site. ... I've been told to use SOAP to ...
    (comp.lang.java.programmer)
  • Re: [PHP] nuSoap client SOAP Call problem
    ... Then serialize the envelope so it looks like a SOAP request. ... The action variable is that the URL of the WSDL? ... I guess you didn't provide a namespace in the serializeEnvelope method. ...
    (php.general)
  • Re: [PHP] nuSoap client SOAP Call problem
    ... First create your request XML. ... Then serialize the envelope so it looks like a SOAP request. ... The action variable is that the URL of the WSDL? ... But in the meantime i've been trying some other things with NuSOAP. ...
    (php.general)
  • Re: [PHP] php 5 soap question
    ... i recommend playing around w/ soap ui then; its helped me understand how to ... structure many requests using SoapClient and there is no doubt it has saved ... portion of the wsdl but not sure that it would be something that is wanted ... structure and I am at a loss as how to send vars to the request using ...
    (php.general)
  • Re: Web-Service-Client SOAP Version
    ... Web-Service-Client erzeugt und rufe damit den Web-Service auf. ... dass statt SOAP 1.1 SOAP 1.2 verschickt worden ist. ... Kann man in der WSDL angeben, ... Service schickt, und dieser den dann ablehnt, dann hält sich der Service ...
    (de.comp.lang.java)