DreamT has asked for the wisdom of the Perl Monks concerning the following question:
As you can see, it wants one single argument, but it wants it as an "object" (which I guess is a nested xml structure) that consists of parameters of different kind.... CreateOrder => { endpoint => '...', soapaction => '...', namespace => '...', parameters => [ SOAP::Data->new(name => 'InputOrderItem', type => 'tns:Order', a +ttr => {}), ], # end parameters }, # end CreateOrder ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Passing an object to SOAP method
by Anonymous Monk on Aug 25, 2009 at 13:29 UTC | |
by DreamT (Pilgrim) on Aug 25, 2009 at 14:34 UTC | |
|
Re: Passing an object to SOAP method
by DreamT (Pilgrim) on Aug 25, 2009 at 15:59 UTC |