My code and exception is almost identical as yours.
I am trying to create client using CXF(2.2.10) client front end in WAS 7.0.
The code works just fine in WAS 6.1.
Client client = ClientProxy.getClient(soapPort)
HTTPConduit http = (HTTPConduit) client.getConduit();
I have same exceptio
[
https://issues.apache.org/jira/browse/CXF-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp updated CXF-3387:
-
Fix Version/s: (was: NeedMoreInfo)
> Provide JAX-RS resource for users be able to download log files vi
[
https://issues.apache.org/jira/browse/CXF-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp updated CXF-2759:
-
Fix Version/s: (was: NeedMoreInfo)
> OpenAuth support for CXF
>
>
>
[
https://issues.apache.org/jira/browse/CXF-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-3377.
--
Resolution: Cannot Reproduce
Fix Version/s: (was: NeedMoreInfo)
Invalid
Ma
My suggestion when using CXF in J2EE app servers would be to NOT use the
generated Service class to create the proxy and instead use the
JaxWsProxyFactoryBean.It's really not hard to use and would pretty much
make sure that CXF is completely picked up instead of whatever the App server
de
Do you use fix pack 7 of websphere 7?
It's important to have child first configured and to disable the ibm jaxws
engine.
http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/twbs_thirdparty.html
Oliver