in reply to Passing an object to SOAP method

See Re: Problems with SOAP::Lite client

Replies are listed 'Best First'.
Re^2: Passing an object to SOAP method
by DreamT (Pilgrim) on Aug 25, 2009 at 14:34 UTC
    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?