Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: SOAP::Lite misbehavior or bug?

by McMahon (Chaplain)
on Jun 08, 2006 at 19:43 UTC ( [id://554347]=note: print w/replies, xml ) Need Help??


in reply to Re: SOAP::Lite misbehavior or bug?
in thread SOAP::Lite misbehavior or bug?

The WSDL itself is gigantic, but the appropriate part is
<simpleType name="ConfirmUnsubEnum"> &#8722; <restriction base="xsd:string"> <enumeration value="0"/> <enumeration value="1"/> <enumeration value="2"/> </restriction> </simpleType>

Replies are listed 'Best First'.
Re^3: SOAP::Lite misbehavior or bug?
by Anonymous Monk on Jun 08, 2006 at 20:17 UTC
    Well, I can offer a suggestion for manually encoding your element, which ignores both the WSDL and the broken SOAP::Lite serializer:
    my $confirm = SOAP::Data->new; $confirm->name("{http://the.target.namespace/here}ConfirmUnsubscribes" +); $confirm->type("{http://the.schema.namespace/here}ConfirmUnsubEnum");

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-24 13:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found