1. CXF on WebSphere 6.1 Class Loading Problem stackoverflow.comI have a project with the following configuration:
|
2. IBM Websphere, CXF-2.3.2 not working. Cannot debug stackoverflow.comI am trying to run my application on IBM Websphere Web Application Server 6.1 with fixpack 29. When I try to connect to my service using cxf-2.3.2.jar in lib, I ... |
3. Apache CXF Websphere 7 - VerifyError on org.w3c.dom.None.setUserData stackoverflow.comBeen really clueless on this issue for past 2 nights, the Apache CXF deployment on Websphere 7 just doesn't seem to work. Environment : cxf 2.4.1, websphere 7.0.0.17, Jars in web-inf/lib ... |
4. How to set up Apache CXF client to use WebSphere truststore? (Receiving "No trusted certificate found" exception.) stackoverflow.comFirst, I'll start with a summary. I'm using an Apache CXF client to communicate over SSL with an Apache CXF service provider that is using a self-signed certificate. I ... |
5. Configuring SSL authentication for WebService (WebApplication Server) using CXF framework and CXFNonSpringServlet stackoverflow.comAt present I am publishing the endpoint with endpoint.publish("relative address",implementor). How shall I add the destination configuration in the bus object for using the SSL mutual authentication using third party certificates. ... |
6. Exception when trying to consume a service in Websphere Process Server from CXF Client coderanch.comHi All Im trying to consume a web service that is running on WebSphere Process Server. The client sends the request and the server replies with a general exception when I check the server log I found that is rejecting the request when the server is processing the xml: Exception in thread "main" java.lang.RuntimeException: Error compiling schema from WSDL at {http://srmdeesbd01.suranet.com:9084/TestSuraBrokerSrv2Web/sca/ws2/wsdl/TestSuraBrokerSrv2_ws2.wsdl}: ... |