cxf
Inheritance problem in a Java/CXF/SOAP app?
I\'m working on an application that uses cxf, the base of the app is a wsdl file and I\'m having some trouble working with the inheritance.[详细]
2023-03-09 22:53 分类:问答What is the best way to generate client code for a CXF service?
I\'d like to generate a client for my CXF service so I tried the Axis 2 code generator but it doesn\'t quite开发者_StackOverflow中文版 generate straightforward-to-use code. I expected something like c[详细]
2023-03-09 17:26 分类:问答GroovyWS request nor any of its super class is known to this context
I\'m trying to use GroovyWS to consume a SOAP service. The .NET code to do this looks like this: AdminService.SHCredentials creds = new AdminService.SHCredentials();[详细]
2023-03-09 17:17 分类:问答CXF JAXB JAXBEncoderDecoder unmarshalling error : unexpected element when having qualified elements
I have the following problem and cannot find a solution: The WSDL has elementFormDefault=\"qualified\", in the response that I receive in my CXF client all the elements are prefixed with namespace but[详细]
2023-03-09 13:37 分类:问答Test @Webservice EJBs with WebServiceContext (using OpenEJB?)
I have some EJBs as JAX-WS Web Service: @WebService @Stateless @Remote(MobileFacade.class) public class MobileFacadeBean imple开发者_运维问答ments MobileFacade {[详细]
2023-03-09 10:17 分类:问答CXF Wsdl2Java Best Practice [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-08 15:10 分类:问答Xsd choice in wsdl producing error
I\'m currently working on a wsdl/soap project using Java/apache cxf. In the wsdl file, the xsd part includes a xsd external file.[详细]
2023-03-08 10:49 分类:问答How do I represent dates without the timezone using Apache CXF?
I have a WSDL that specifies an element\'s type to be xs:date. When I use Apache CXF to generate the Java classes, it renders the variable as an javax.xml.datatype.XMLGregorianCalendar (all good so f[详细]
2023-03-08 10:40 分类:问答Ajax client for a CXF service
I\'m new to CXF, and I was trying to implement a CFX client in Ajax. I had already implemented a client in Java but now I need to implement a client-side application to access CXF. I\'m not even sure[详细]
2023-03-07 06:44 分类:问答Accessing SOAP web service with incorrect wsdl
Background: I need to consume an existing web service (SOAP over http) that has a couple of issues: 1) The wsdl on the server doesn\'t even resemble the web service as described in their documentati[详细]
2023-03-07 01:50 分类:问答
加载中,请稍侯......