Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: WSDL::Generator I can't see the wsdl from the client

by InfiniteSilence (Curate)
on May 02, 2013 at 17:31 UTC ( [id://1031786]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    WSDL doesn’t works only on perl 5.6 and not 5.8. UNIVERSAL::AUTOLOAD i
    +s broken in perl 5.8 and it is used by Class::Hook upon wich WSDL::Ge
    +nerator depends.
    
  2. or download this
    package WebserviceFunctions;
    sub new { bless {}, shift; }
    ...
        my ($s, $name) = @_;
        return "Goodbye, $name".$/;
    }
    
  3. or download this
    #!/usr/bin/perl -w     
    
    ...
    
    print $pod->WSDL;
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-20 14:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found