http://www.perlmonks.org?node_id=601353

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

Anyone know of a good tutorial on how to get the info one needs to write SOAP::Lite client code for a service from it's WSDL, preferably straight SOAP and .Net. I have been unable to find much. There are a lot of examples on what options to specify when calling a SOAP or .Net service, but nothing much that says "here is a WSDL, and here are the items in the WSDL that map to the calls you need to make".

Or is there some better way to do this I am missing?

                - Ant
                - Some of my best work - (1 2 3)

  • Comment on How to go from WSDL to SOAP::Lite client code

Replies are listed 'Best First'.
Re: How to go from WSDL to SOAP::Lite client code
by lin0 (Curate) on Feb 21, 2007 at 18:27 UTC
Re: How to go from WSDL to SOAP::Lite client code
by duckyd (Hermit) on Feb 21, 2007 at 17:21 UTC
    If the WSDL is decent it should be pretty straight forward. I don't know of any tutorials, but I'm not going to google for you either.

    You might check out SOAP::WSDL, it will do a lot of the heavy lifting for you.