Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: SOAP::Lite server - returning non-SOAP values in sub

by Anonymous Monk
on Aug 26, 2011 at 10:05 UTC ( [id://922559]=note: print w/replies, xml ) Need Help??


in reply to Re^2: SOAP::Lite server - returning non-SOAP values in sub
in thread SOAP::Lite server - returning non-SOAP values in sub

Its called a subclass, also, a serializer

one way with Autoloading

->dispatch_to('MyModule::SOAPIFY'); ... package MyModule::SOAPIFY; @ISA = qw[ MyModule ]; sub thisMethodNeedsSpecificWrapping { ... } sub AUTOLOAD { ... GenericWrapper... }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-24 18:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found