in reply to Re^4: Trouble getting started with SOAP (SOAP::Lite, SOAP::WSDL), translating from PHP to Perl
in thread Trouble getting started with SOAP (SOAP::Lite, SOAP::WSDL), translating from PHP to Perl
It says "Your data is serialized according to the rules in the WSDL" so it looks like you could feed in your wsdl file and then see what it expects %data to be. And do hang around for a bit, I'm sure someone else here can s/:-(/:-)/my $soap = SOAP::WSDL->new( wsdl => 'file://bla.wsdl', ); my $result = $soap->call('MyMethod', %data);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Trouble getting started with SOAP (SOAP::Lite, SOAP::WSDL), translating from PHP to Perl
by Anonymous Monk on Feb 21, 2012 at 16:21 UTC | |
by tangent (Parson) on Feb 21, 2012 at 17:37 UTC | |
by Anonymous Monk on Feb 21, 2012 at 18:51 UTC | |
by tangent (Parson) on Feb 21, 2012 at 20:44 UTC |