You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "I.Venuti" <i....@caribel.pisa.it> on 2005/04/20 17:30:10 UTC

Do you want SOAP::Lite & SOAPpy compatibility? Use wrapped/literal!

Hi,

only a note to describe my experience: I had a WS server build with Axis
that can't be accessed via client written in Perl (SOAP::Lite) and Python
(SOAPpy).

The solution was to translate my original WSDL, written as document/literal,
in wrapped/literal style.
Obviusly both WSDLs were compatible with WS-I Basic Profile!

p.s. Thanks to everyone who helped me in trsalating my WSDL document into a
wrapped/literal one (in particular Anne & Dino!).

-- Ivan