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

http://search.cpan.org/grep?cpanid=MKUTTER&release=SOAP-WSDL-2.00.10&string=type&i=1&n=1&C=0
TODO 7:* Support the xsi:type attribute on derived types on the wire [ 1809 +059 ]
  • Comment on Re^3: SOAP::WSDL can't pass abstract complextypes (w/ wsdl2perl.pl bindings)
  • Download Code

Replies are listed 'Best First'.
Re^4: SOAP::WSDL can't pass abstract complextypes (w/ wsdl2perl.pl bindings)
by netpenthe (Initiate) on Mar 30, 2010 at 03:26 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
      ---
        I'm facing the same ( or a similar ) problem.. I am trying to generate a SOAP message like: <RetrieveServiceContent xmlns="urn:vim25"> <_this> type = "ServiceInstance" ServiceInstance </_this></RetrieveServiceContent> but no matter how hard I try, I cannot get SOAP::WSDL to generate this, all it generates is <RetrieveServiceContent xmlns="urn:vim25"> <_this> ServiceInstance </_this></RetrieveServiceContent> The ServiceInstance is of type which has an attribute of type, but even if I set that attribute to the right value, it doesn't show up in the SOAP message..