in reply to Re: SOAP::WSDL can't pass abstract complextypes (w/ wsdl2perl.pl bindings)
in thread SOAP::WSDL can't pass abstract complextypes (w/ wsdl2perl.pl bindings)

Thanks for the reply, yes i think you're right, i need to set the type.

The problem is i'm using SOAP::WSDL so i'm not actually writing the XML myself, i'm just creating a Perl hash/array and SOAP::WSDL converts it into the XML.

The question I have is: is it possible to tell SOAP::WSDL what "xsi:type" and "xmlns" should be added to a particular ComplexType? (in default it does not set anything).

  • Comment on Re^2: SOAP::WSDL can't pass abstract complextypes (w/ wsdl2perl.pl bindings)

Replies are listed 'Best First'.
Re^3: SOAP::WSDL can't pass abstract complextypes (w/ wsdl2perl.pl bindings)
by Anonymous Monk on Mar 29, 2010 at 23:14 UTC
      arrrgghh... ! .. OK thanks for that, i guess i can try with SOAP::Lite
        Hmmmm... note that the author of SOAP::WSDL is also the maintainer of SOAP::Lite,
        and it seems to me that with regard to WSDL, SOAP::Lite is rather far behind SOAP::WSDL.

        Would be nice to keep this thread updated if you find a solution.

        Thank you,

        Krambambuli
        ---