http://qs321.pair.com?node_id=459698


in reply to SOAP::Lite Questions

According the to documentation on the SOAP::Lite site, complex types aren't supported (http://guide.soaplite.com/#access%20with%20service%20description%20(wsdl))

Replies are listed 'Best First'.
Re^2: SOAP::Lite Questions
by rob_au (Abbot) on May 24, 2005 at 02:45 UTC
    There is no reason why a SOAP data payload cannot be constructed manually through the use of SOAP::Data and SOAP::Data::Builder.

     

    perl -le "print unpack'N', pack'B32', '00000000000000000000001000000000'"