Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Soap client

by palette (Scribe)
on Aug 16, 2007 at 14:35 UTC ( [id://633066]=note: print w/replies, xml ) Need Help??


in reply to Re: Soap client
in thread Soap client

.... <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://633066]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-18 17:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found