salesforce-marketingcloud / FuelSDK-Java

Salesforce Marketing Cloud Java SDK
BSD 3-Clause "New" or "Revised" License
73 stars 122 forks source link

Triggered send via CXF #25

Open diveshshetty opened 9 years ago

diveshshetty commented 9 years ago

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 ..)