in reply to SOAP server must offer WSDL document too
in my wsdl block. Did you end up using the code in your post?my $pod = Pod::WSDL->new( source => 'My::Module', location => 'http://my/soap.cgi' pretty => 1, withDocumentation => 1, ); print CGI::header('text/xml'); print $pod->WSDL;
|
|---|