McMahon has asked for the wisdom of the Perl Monks concerning the following question:
which is rejected by the server with an error<ConfirmUnsubscribes xsi:type="xsd:int">0</ConfirmUnsubscribes>
However, I have a Ruby SOAP client that is behaving exactly correctly when it interprets the WSDL and sends data that looks like:Fault: Validation constraint violation: data type mismatch xsd:int in element <ConfirmUnsubscribes>
That is: the data type for "ConfirmUnsubscribes" is in fact a member of an array "ConfirmUnsubEnum" and is not necessarily an int (even though, ok, it's an int at heart)<ConfirmUnsubscribes xsi:type="n2:ConfirmUnsubEnum">0</ConfirmUnsubscribes>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP::Lite misbehavior or bug?
by duckyd (Hermit) on Jun 08, 2006 at 23:20 UTC | |
|
Re: SOAP::Lite misbehavior or bug?
by Anonymous Monk on Jun 08, 2006 at 19:40 UTC | |
by McMahon (Chaplain) on Jun 08, 2006 at 19:43 UTC | |
by Anonymous Monk on Jun 08, 2006 at 20:17 UTC | |
|
Re: SOAP::Lite misbehavior or bug?
by jhourcle (Prior) on Jun 09, 2006 at 14:23 UTC |