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 _______________________________________________ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/