cxf
CXF-java2wsdl-plugin not importing external schema defined in @XmlSchema annotation
I\'m using the cxf-java2ws-plugin to generate a WSDL file from JAX-WS annotated classes. For my data objects; I\'m specifying the fact that an external schema file already exists (by adding an @XmlSch[详细]
2023-04-13 07:06 分类:问答CXF: how to exclude some properties when object sent through SOAP?
I use Apache CXF 2.4.2 and when I\'m returnimg some object from the开发者_开发百科 database to user I want to exclude some properties (for instance, password). How I can do that without creating tempo[详细]
2023-04-12 11:59 分类:问答CXF 2.2.12: How to turn off schema validation on the client side
I would like to turn off schema validation for JAXB-bound messages.开发者_如何学JAVAI am dealing with the client-side CXF code (WSDL first generation).I have tried using[详细]
2023-04-12 09:10 分类:问答How do I set up a Camel route between two CXF endpoints where the SOAP faults are transferred correctly?
I set up a route between two CXF endpoints up like this: <cxf:cxfEndpoint id=\"monitoringService\" address=\"${esb.monitoring-service.ep.address}\" serviceName=\"s:monitoring-service\"[详细]
2023-04-12 06:57 分类:问答Can't Marshal java.lang.String
Here is my dilemma: I have a dto class for marshaling back and forth from/to XML. Here is the trick: Because of the number of dto classes our project deals with that are collections with a plural[详细]
2023-04-11 03:40 分类:问答RESTful produces binary file
I\'m new using CXF and Spring to make RESTful webservices. This is my problem: I want to create a service that produces \"any\" kind of file(can be image,document,txt or even pdf), and also a XML. So[详细]
2023-04-11 01:24 分类:问答How to set timeout in apache cxf dynamic client
I\'m using the Apache CXF DynamicClientFactory to dynamically request web services. How can I set a timeout there? I can only find examples with 开发者_JAVA百科static generated java stubs, but no exam[详细]
2023-04-11 01:15 分类:问答Maven build of annotated JAXB 2.2.4-1 Web Service fails with JDK 1.6
Using Maven 3.0.3 to build a web service using JAXB (2.2.4-1) and CXF 2.4.2 fails with the following error:[详细]
2023-04-10 23:01 分类:问答Unable to set up apache cxf properly in eclipse
I use eclipse Helios Service Release 2 version for apache cxf. When I go to windo->preferences->Web services-> CXF 2.x preferences, and set up the cxf runtime, then the version and type doesn\'t get f[详细]
2023-04-10 12:03 分类:问答cxf NullPointerException while deploying on glassfish
I\'m trying to deploy war on glassfish3 and i get exception: SEVERE|glassfish3.1.1|org.apache.catalina.core.ContainerBase|_ThreadID=10;_ThreadName=Thread-2;|ContainerBase.addChild: start:[详细]
2023-04-09 23:10 分类:问答