jboss-fuse / wsdl2rest

A tool allowing quick migration from existing JAX-WS services to REST
Apache License 2.0
26 stars 22 forks source link

JAXRS message cannot be routed to JAXWS proxy #37

Closed tdiesler closed 6 years ago

tdiesler commented 6 years ago

The approach to use a CXF proxy to a JAXWS endpoint from a JAXRS route seems to hit a number of blocking issues.

Please show in rpclit-camel-context.xml that it is generally possible to do so. When this is working, we can start thinking about generating such camel context definition from the information contained in the source wsdl.

See the the ignored test in CamelCxfWsRpcLitTest

tdiesler commented 6 years ago

Done