Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: SOAP::Lite and XML

by ForgotPasswordAgain (Priest)
on Jul 03, 2007 at 08:31 UTC ( [id://624617]=note: print w/replies, xml ) Need Help??


in reply to SOAP::Lite and XML

You seem to be using Java Axis. Are you able to use the WSDL from a Java client to call the server, instead of SOAP::Lite?

I'm not a WSDL expert or anything, but yours doesn't look right to me. I'd think you'd need another <element> definition in there for each thing inside of the <offerIDs> element, like

<xs:complexType name="ArrayOfInt"> <xs:complexContent> <xs:restriction base="soapenc:Array"> <xs:sequence> <!-- NB: adding 'item' elements here --> <xs:element name="item" type="xsd:int"/> </xs:sequence> <xs:attribute ref="soapenc:arrayType" wsdl:arrayType="xs:int[]"/ +> </xs:restriction> </xs:complexContent> </xs:complexType

I could easily be wrong about that, though.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-20 09:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found