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 Martin Fernau <m....@cps-net.de> on 2009/04/14 18:24:40 UTC

soap encoding support?

As far as I understand - if I get this error with wsdl2java trying to generate 
code from a pre axis2 webservice:

--- cut
[...]
SchemaCompilationException: can not find type 
{http://schemas.xmlsoap.org/soap/encoding/}Array from the parent schema
--- cut

then I've no chance to generate code from this older wsdl file because soap 
encoding isn't supported by axis2 - right?
So I need to try my luck with axis2 and POJO to get a client working with such 
a service?? (this webservice is not maintained by me)

Regards,
Martin