in reply to Re^2: SOAP::Lite misbehavior or bug?
in thread SOAP::Lite misbehavior or bug?
my $confirm = SOAP::Data->new; $confirm->name("{http://the.target.namespace/here}ConfirmUnsubscribes" +); $confirm->type("{http://the.schema.namespace/here}ConfirmUnsubEnum");
|
|---|