cxf
XmlJavaTypeAdapter with CXF and JAX-WS
I have a class X which is used in a Service interface of a Web service built with Apache CXF and JAX-WS. This class X has no default constructor and I would like to avoid this default constructor. I w[详细]
2023-04-05 08:26 分类:问答CXF OSGi bundle - register a filter against CXFServlet?
I\'ve got the CXF OSGi bundle deployed on a karaf container with several endpoints ea开发者_高级运维ch in their own bundle.The endpoints are a mix of JAX-RS and JAX-WS flavors.I\'d like to enable some[详细]
2023-04-05 05:10 分类:问答Jackson Jaxb Json with Apache CXf
I am using Jackson Jaxb JSON in my REST project with Apache CXF JacksonJaxb version . 1.7.0 Apache CXF 2.3.1[详细]
2023-04-04 15:47 分类:问答Problem with passing SOAP headers using Apache CXF client
I am trying to implement a simple client for a webservice, the only problem I am facing with the webservice is, it has a generic endpoint: http://myserver3333.com:8080/ws/services and the way you look[详细]
2023-04-04 12:30 分类:问答CXF Exception thrown when calling REST call is made
I have a REST Service with a CXF & Spring backend and ExtJS front end. The GET methods for the service work perfectly. I have attempted to implement a POST service with a new DAO and implementati[详细]
2023-04-04 09:51 分类:问答SSL Handshake between two WebApps
I have a webapp-1 deployed on a SUNWappserver that requires two way SSL authentication. I can write a java client-1 for it, and it works just fine.[详细]
2023-04-04 03:43 分类:问答org.apache.cxf.interceptor.Fault: Marshalling Error: null
I have created a webservice usingcxf 3.4.1 When I send a request to the webservice it works fine but sometimes for one[详细]
2023-04-03 23:45 分类:问答WSDL first Web Service with Maven, CXF under JBoss
I\'m sorry if this questions seems trivial but I\'ve been Google-ing for a few days with no success.[详细]
2023-04-03 21:54 分类:问答ClassCastException with multiple wars deployed in Tomcat
I have two WARs deployed to the same Tomcat 7 instance, and both use CXF + WSS4J. The two apps communicate via SOAP, and WSS4J interceptors handle SAML assertions in the SOAP headers. When testing eac[详细]
2023-04-03 08:26 分类:问答Best way to consume RPC/encoded webservice?
I need to consume old-school RPC/encoded WSDL webservice for my backend. At first I tried to use Apache CXF 开发者_JAVA技巧and JAX-WS for that, but JAX-WS wsimport tool doesn\'t eat rpc/enoded WSDL.[详细]
2023-04-02 14:57 分类:问答
加载中,请稍侯......