in reply to Re^2: SOAP::Lite xsi:type
in thread SOAP::Lite xsi:type

It probably has something to do with encodingStyle and/or xmlns, life might get easier if you can switch to SOAP::Simple/XML::Compile, it suports WSDL

Replies are listed 'Best First'.
Re^4: SOAP::Lite xsi:type
by daxim (Curate) on Aug 16, 2012 at 16:56 UTC
    SOAP::Lite also supports WSDL, see method service.

      SOAP::Lite also supports WSDL, see method service.

      Sure, if by support you mean it doesn't work 90% of the time, then its supported

        Using stubmaker.pl for generating SOAP code has helped me a lot in the past, and also now, but often requires some manual tweaking afterwards (like in this case). Thanks for your replies!