SOAP-WSDL - Re: arrayType in WSDL

Posted on Fri Jun 6 17:35:21 2008 by mkutter in response to 8032 (See the whole thread of 2)
Re: arrayType in WSDL
Hi arkadiyb,

unfortunately, there's no way. SOAP::WSDL is aimed at document/literal web services complying to the WS-I standard profile - and supporting SOAP encodings is way out of it's scope.
If your WSDL isn't too complex, you'll probably get along well with SOAP::Lite, which is targeted at rpc/encoded webservices (SOAP encodings are usually used in rpc/encoded web services). You may also want to try XML::Compile::SOAP.

Martin
Write a response