I'm just looking for a good simple tutorial on how to figure out what
types
to pass from my perl soap client module to the service. Figuring out
what all the xml name
spaces and types are seems like alot of work of going through all kinds
of documentaion.
The server wants an array of booleans, but I haven't figured out how to
tell it that thus far.
Alot of the documentation I have found gets all wraped up with
terminology that it's hard to relate it all back to what I need to
specify in my soap client program and how it all maps back.
Josh Twist - 13 Jan 2006 22:19 GMT
Most languages have toolkits that generate proxies by analysing the
WSDL for you (.NET, Java, Delphi, etc) - this really takes the pain out
of having to manually understand WSDLs. I'm sure there's probably
something out there for perl too - otherwise you're probably stuck with
going throught the documentation :(
Josh
http://www.thejoyofcode.com/