Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Soap client

by erroneousBollock (Curate)
on Aug 16, 2007 at 06:41 UTC ( [id://632935]=note: print w/replies, xml ) Need Help??


in reply to Soap client

Could you post the WSDL? (please anonymize any sensitive data)

I've not tried document-style SOAP with SOAP::Lite, but I'm interested to see the method-proxies that SOAP::WSDL would create.

-David

Replies are listed 'Best First'.
Re^2: Soap client
by palette (Scribe) on Aug 16, 2007 at 14:35 UTC
    .... <binding name="mlcGws" type="s0:mlcGws"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" sty +le="document"/> <operation name="LCRequest"> <soap:operation soapAction="http://../LCRequest" style="document +"/> <input> <soap:body use="literal"/> </input> <output> <soap:body use="literal"/> </output> </operation> </binding> <service name="mlcGw"> <port name="mlcGws" binding="s0:mlcGws"> <soap:address location="http://localhost:9443/LC"/> </port> </service> </definitions> ...


    I wanted to know how can I pass over the SOAP call. I have given a sample XML and this WSDL.

    So I will go on building the XML according to the WSDL and call the soap method name that they are exposing. So where will I send the XML that i have built. Will that be an argument to the soap call.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://632935]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-18 00:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found