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.
