![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re: Custom serializer and Apache2::SOAPby rob_au (Abbot) |
on Nov 28, 2007 at 00:00 UTC ( #653421=note: print w/replies, xml ) | Need Help?? |
The way that I have done this in the past is to create my own class that inherits from Apache::SOAP and incorporates a new constructor that includes the call to the serializer function. For example:
(This code, although slightly modified to protect the innocent, is from an Apache::SOAP server implementation that was developed for interface from .NET solution components and shows one way to implement your own serialiser within Apache::SOAP derived solutions).
perl -le "print unpack'N', pack'B32', '00000000000000000000001000000000'"
In Section
Seekers of Perl Wisdom
|
|