Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: SOAP server must offer WSDL document too

by cbrandtbuffalo (Deacon)
on Feb 28, 2007 at 21:30 UTC ( [id://602602]=note: print w/replies, xml ) Need Help??


in reply to SOAP server must offer WSDL document too

I ran into the same problem and I don't see another way around the issue with CGI eating the input. The one difference is I found Pod::WSDL to generate my WSDL, so I have:
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;
in my wsdl block. Did you end up using the code in your post?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://602602]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2026-03-06 12:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.