SEVERE: SAAJ0435: {http://cxf.apache.org/faultcode}HandlerFault is not a standard Code value

2009-01-21 Thread balamaci
Hello. I am using I am having this problem. I have a wsdl, I have generated the java sources and I can communicate with the endpoint, but there is a problem when there is no connection with the endpoint, when no socket can be opened(the server is down, or there is no network connection to that

JAX-WS CXF with Tibco JMS

2009-01-21 Thread Ed Scriven
Hello, I am experiencing problems getting JAX-WS CXF with Tibco JMS to work. My configuration is derived from the http://cwiki.apache.org/CXF20DOC/jax-ws-java-first-with-jms-transport.html and http://cwiki.apache.org/CXF20DOC/jms-transport.html. I am using Spring. If I provide a

Re: How to create asynchronus provider

2009-01-21 Thread Andrew Clegg
2009/1/21 Gox slad...@uns.ns.ac.yu: Hi! I manage to create asynchronous web service, but I don't know how to create asynchronous provider. I need to send row XML and not JAXB objects. The javax.ws.Provider interface has only the invoke() method. Does anyone know how to do this? You can

POST body data and JAX-RS

2009-01-21 Thread dclane
I'm trying to send POST data to my JAX-RS web service. The only thing in my POST body is the JSON I wish to submit: { Book: {name:Gulliver's Travels, ISBN: 12345678} } There is nothing else in the POST body; no parameters or anything. Just the above JSON. Here is my service class:

Re: POST body data and JAX-RS

2009-01-21 Thread Sergey Beryozkin
Hi, You just need to remove @FormParam. If a method parameter is annotated with one of the JAXRS param annotations then it's not handled ny message body readers... hope it helps Sergey I'm trying to send POST data to my JAX-RS web service. The only thing in my POST body is the JSON I wish

Problem with ws security in 2.1.3, works with 2.1.2

2009-01-21 Thread Thomas Engelschmidt
Hi, I'm trying to migrate a working WS-Client using cxf 2.1.2 to 2.1.3. The Client only uses WSS for request, therefore only a WSS4JOutInterceptor with the following actions is configured: Action : Timestamp Signature UsernameToken This client work fine using cxf 2.1.2, but under cxf

Re: Problem with ws security in 2.1.3, works with 2.1.2

2009-01-21 Thread Daniel Kulp
Basically, with 2.1.3, we are properly enforcing any MustUnderstand markers on the headers. SOMETHING on the chain needs to make sure the header is handled. Basically, you would need an out interceptor that subclasses the SoapInterceptor and have it's getUnderstoodHeaders() method return

How to maintain correlation ID across CXF web service call?

2009-01-21 Thread plester3738
Given the following service, I'd like to keep track of the given correlation ID when the call returns from the web service, but I have not be able to figure out how to it. Here is an example: service name=myService inbound inbound-endpoint address=jms://request.queue/ /inbound

Problem with using Contract-first WSDL

2009-01-21 Thread Josef Bajada
I am trying to use CXF with Spring in Contract-first style. I wrote my WSDL file with various restrictions and refinements, generated the Java classes with wsdl2java and implemented my web service. All worked fine, however I noticed that the WSDL that is being generated is not my WSDL but the