Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Help with SOAP::Lite client acessing a air company .NET webservices

by Herkum (Parson)
on Feb 04, 2007 at 13:33 UTC ( [id://598181]=note: print w/replies, xml ) Need Help??


in reply to Help with SOAP::Lite client acessing a air company .NET webservices

You can find good examples Here for how to use Soap::Lite.

I think the big difference between your C# code and the Perl implementation is that C# is auto encapsulating the data into XML for you. Soap::Lite is middle ware used to send the data to somewhere else. You will probably have to write some code to encapsulate the data yourself.

You should also consider taking a look at XML::Simple or XML::Twig on how to generate a XML document. Or you can use a template if the document is simple enough.

  • Comment on Re: Help with SOAP::Lite client acessing a air company .NET webservices

Log In?
Username:
Password:

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

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

    No recent polls found