Ilon Sjögren ha scritto:
I got a problem with integrating with a axis1 server that is using encoded.
Is there a way to use axis2 on the client tho the server is using axis1?

I'm not able to change ANYTHING on the server-side, the server is totally out of our control, and the only thing we're supplied with is the WSDL-file.

When i try to use WSDL2Java it says:
[ERROR] Encoded use is not supported
org.apache.axis2.description.WSDL11ToAxisServiceBuilder$WSDLProcessingException: Encoded use is not supported

I've tried to search for a guide on axis1 on the internet, but all i find is how to migrate towards axis2.

Cheers.

As of now, Axis2 does not support RPC/encoded style for web services, while Axis2 supported it.

Axis2 developers as said they want to add such support into next release of Axis2, 1.4, which should be available for the end of february.

So, as far as I know, by now if you want to call a web server that exposes RCP/encoded WSDLs, you'll have to use another engine to generate client code (maybe Axis1).

--
Mauro Molinari
Software Developer
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to