Bug/Not-Sate-Of-The-Art: Webservice WSDL => RPC/Encoded

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

oemmnewbie
Posts: 3
Joined: Sat Jul 10, 2010 6:55 am

Bug/Not-Sate-Of-The-Art: Webservice WSDL => RPC/Encoded

Post by oemmnewbie »

Hi,

I know its not really a Bug but to some degree it is one nevertheless. With the current "toolings" like Apache CXF (and as I have read also the current AXIS versions), it is not possible to generate Java Code out of the provided WSDL as the RPC/Encoded style seems to be from an WS era quite some time ago and is not supported anymore. this makes the webservice useless (as old axis and new cxf libs dont work well alongside each other...)

WSDLToJava Error: Rpc/encoded wsdls are not supported with CXF

see also:
stackoverflow.com/questions/412772/java-rpc-encoded-wsdls-are-not-supported-in-jaxws-2-0

thanks
jens
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

We plan to offer a new set of webservices based on Sprin WS by the end of this year.
OpenEMM Maintainer
sp
Posts: 21
Joined: Mon Apr 12, 2010 2:04 pm

Re: Bug/Not-Sate-Of-The-Art: Webservice WSDL => RPC/Encod

Post by sp »

oemmnewbie wrote:Hi,

I know its not really a Bug but to some degree it is one nevertheless. With the current "toolings" like Apache CXF (and as I have read also the current AXIS versions), it is not possible to generate Java Code out of the provided WSDL as the RPC/Encoded style seems to be from an WS era quite some time ago and is not supported anymore. this makes the webservice useless (as old axis and new cxf libs dont work well alongside each other...)

WSDLToJava Error: Rpc/encoded wsdls are not supported with CXF

see also:
stackoverflow.com/questions/412772/java-rpc-encoded-wsdls-are-not-supported-in-jaxws-2-0

thanks
jens
You can use the RPC/literal WSDL style when creating the WSDL file and plain Java 6 to access the web service.
Post Reply