Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

SOAP request.

by perlisfun (Sexton)
on Jul 23, 2004 at 20:05 UTC ( [id://376981]=perlquestion: print w/replies, xml ) Need Help??

perlisfun has asked for the wisdom of the Perl Monks concerning the following question:

I never used SOAP::Lite module before. Right now, i got one soap request xml file such as :
<SOAP-ENV:Envelope> <SOAP-ENV:Header> <Security_Request> <Username>VP1</Username> <Password>VP12</Password> </Security_Request> </SOAP-ENV:Header> <SOAP-ENV:Body> <Find__CompIntfc__RD_COMPANY_CI_API> <SETID>Share</SETID> <COMPANYID>3633</COMPANYID> </Find__CompIntfc__RD_COMPANY_CI_API> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
SOAP Header information is like
Content-Type:text/xml
SOAPAction:#SOAPTOCI#PSDEV

And URL is http://url/path

How do i use SOAP::Lite to send this request?
Thanks,

PerlIsFun

20040725 Edit by ysth: replace pre tags with code tags

Replies are listed 'Best First'.
Re: SOAP request.
by tilly (Archbishop) on Jul 24, 2004 at 20:54 UTC
    I haven't used SOAP::Lite, but my understanding is that it wants to handle the dirty work of building and parsing the SOAP request itself.

    I'd suggest that you sit down with the documentation and some examples (it installs several examples), and try to see which example most looks like what you want to do. Then try to tinker with it until it does what you want.

Log In?
Username:
Password:

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

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

    No recent polls found