Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: WSDL generation for a SOAP::Lite server

by InfiniteSilence (Curate)
on Sep 16, 2004 at 23:56 UTC ( [id://391612]=note: print w/replies, xml ) Need Help??


in reply to WSDL generation for a SOAP::Lite server

The problem with WSDL::Generator is actually a class it uses, Class::Hook. The problem is specified in the Generator.pm perldoc:

=head1 CAVEATS

WSDL doesn't works only on perl 5.6 and not 5.8. UNIVERSAL::AUTOLOAD is broken in perl 5.8 and it is used by Class::Hook upon wich WSDL::Generator depends.

So, you can get it to work, presumably, by switching to perl 5.6. There is a more specific explanation of the problem (and a possible solution here)

Celebrate Intellectual Diversity

  • Comment on Re: WSDL generation for a SOAP::Lite server

Replies are listed 'Best First'.
Re^2: WSDL generation for a SOAP::Lite server
by StoneTable (Beadle) on Sep 17, 2004 at 02:54 UTC
    I may have to give 5.6 a try. I applied the patch in the link, which fixes the segfault with Class::Hook, but the WSDL:Generator test fails.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-26 02:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found