in reply to Re^3: Soap::Lite and Complex Types with WSDL
in thread Soap::Lite and Complex Types with WSDL
In your reply you are using:my $soap_result = SOAP::Lite -> service('file:/home/wsdl/Contact_Interface.wsdl') ;
And I don't believe I can use the second example with a local file.my $soap = SOAP::Lite ->proxy( 'http://localhost/blah/DummyService');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Soap::Lite and Complex Types with WSDL
by Anonymous Monk on May 11, 2011 at 14:41 UTC | |
by firstaspect (Initiate) on May 11, 2011 at 14:50 UTC | |
by Anonymous Monk on May 11, 2011 at 15:07 UTC | |
by firstaspect (Initiate) on May 11, 2011 at 15:27 UTC | |
by Anonymous Monk on May 11, 2011 at 16:05 UTC | |
|