FuelSDK-Java icon indicating copy to clipboard operation
FuelSDK-Java copied to clipboard

Triggered send via CXF

Open diveshshetty opened this issue 8 years ago • 0 comments

Web Service running on WebSphere Runtime 8.0.0.9 for invoking triggered send via a CXF client is giving the following error..

The code executed on WebSphere Server fails with incompatibility errors

org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler incompatible with org.apache.cxf.frontend.ClientProxy

We find that the Provider used when Junit runs is (org.apache.cxf.ws.) which is different when the code is executed via WebSphere server (org.apache.axis2.ws ..)

diveshshetty avatar Aug 14 '15 02:08 diveshshetty