[Catalyst] plat_forms report published on June 20th. 2007. Geneva
team on Catalyst wins the Perl track.
mla
maurice.aubrey at gmail.com
Wed Jun 20 20:53:28 GMT 2007
Cédric Bouvier wrote:
> Unfortunately, the requirements just included a WSDL file, and the words
> "implement that!". So we were doomed. The pressure and lack of sleep
> must have blinded me, for I didn't give up at once, and wasted valuable
> time trying to get something working.
I'm no expert on SOAP, but I have had success working
with a .net server and WSDL file simply using this:
my $soap = SOAP::Lite->service($path_to_wsdl_file);
$soap->envprefix('SOAP-ENV');
The envprefix was the trick.
Maurice
More information about the Catalyst
mailing list