in reply to Re: Passing an object to SOAP method
in thread Passing an object to SOAP method
Thank you, I can see how you can create a good structure for it. 2 questions though:
1. How do I apply this to my method call?
my @result = CreateOrder ( $InputOrderItem );
2. Is the "dummy service" included just to be able to create the soap object, or is it something that should be replaced with something else?