Hi Kilian,
Thanks for the reply!
Unfortunately you confirmed what i was afraid of: "doing it the hard way".
From reading up on the error I found out that the newer version of JAX-WS (wsimport) does not support RPC/Encoded anymore
e.g. http://stackoverflow.com/questions/10489191/wsimport-fails-when-trying-to-create-client-service-library
From the error stacktrace at publish of the application it seems that the OutSystems platform is using WsImport to import the wsdl as web reference and therefore generating the error.
Thanks for the reply!
Unfortunately you confirmed what i was afraid of: "doing it the hard way".
From reading up on the error I found out that the newer version of JAX-WS (wsimport) does not support RPC/Encoded anymore
e.g. http://stackoverflow.com/questions/10489191/wsimport-fails-when-trying-to-create-client-service-library
From the error stacktrace at publish of the application it seems that the OutSystems platform is using WsImport to import the wsdl as web reference and therefore generating the error.