Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^4: SOAP array construction with SOAP::Data::ComplexType

by takeos (Initiate)
on Nov 20, 2007 at 05:53 UTC ( [id://651858]=note: print w/replies, xml ) Need Help??


in reply to Re^3: SOAP array construction with SOAP::Data::ComplexType
in thread SOAP array construction with SOAP::Data::ComplexType

Thank you again for your kind comments. I spent this morning to see what the problem is exactly and found SOAP::WSDL 1.20 was trying to find an appropriate input/output message using /definitions/service/port/@name value while it has to use /definitions/portType/@name value. I've added a line,

$soap->_wsdl_portname('ServiceName'); #retrieved from /definitions/portType/@name

and everything seems working so far. Well now it's so easy to write a code that I can't stop laughing :-)

And thanks for V2 series info. I'm gonna try it when I feel the current version is not powerful enough for what I want to do.

It has been almost 6 weeks since I started lerning Perl by myself and now I feel relieved to find there's so many supportive people around here at perlmonks. I wish I could help another one sooner.

Log In?
Username:
Password:

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

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

    No recent polls found