Re: Unmarshalling error.

2017-03-15 Thread Tomohisa Igarashi
Just a wild guess though, it may be suggesting that the namespace should be empty while it had "url"? On 03/15/2017 10:35 PM, Siddharth Patil wrote: Hi , I am getting the following error when I am trying to hit the SOAP endpoint. Unmarshalling Error: unexpected element (uri:&q

Unmarshalling error.

2017-03-15 Thread Siddharth Patil
Hi , I am getting the following error when I am trying to hit the SOAP endpoint. Unmarshalling Error: unexpected element (uri:"url", local:“objectname”). Expected elements are <{}objectname> Can any

Re: Camel + CXF error (org.apache.cxf.interceptor.Fault: Unmarshalling Error: unexpected element (uri:"", local:"name"). Expected elements are (none) )

2013-01-11 Thread Charles Moulliard
Saved my issue by using in SOAPUI the SOAP message created by CXF Client http://schemas.xmlsoap.org/soap/envelope/";> http://training.fusesource.com/"; xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; x

Re: Camel + CXF error (org.apache.cxf.interceptor.Fault: Unmarshalling Error: unexpected element (uri:"", local:"name"). Expected elements are (none) )

2013-01-11 Thread Charles Moulliard
Client used is SOAPUI With this enveloppe http://schemas.xmlsoap.org/soap/envelope/"; xmlns:tra="http://training.fusesource.com/";> Fuse I get this error now Caused by: javax.xml.bind.UnmarshalException: unexpected element (uri:" http://training.fusesource.com/";, local:"name"). Expected e

Re: Camel + CXF error (org.apache.cxf.interceptor.Fault: Unmarshalling Error: unexpected element (uri:"", local:"name"). Expected elements are (none) )

2013-01-11 Thread Willem jiang
Hi Charles, How did you generate the request message? Did you use CXF client to send the request? It looks like the name element doesn't has the right namespace, can you change the soap body like the below one ? Fuse -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat

Camel + CXF error (org.apache.cxf.interceptor.Fault: Unmarshalling Error: unexpected element (uri:"", local:"name"). Expected elements are (none) )

2013-01-11 Thread Charles Moulliard
Hi, When using camel 2.10 + CXF 2.6 and ws-security + camel-spring-security + JAAS, I get the following message after CXF ws-security authentication (which succeed) https://gist.github.com/af9d89e345faf34121ff Config https://gist.github.com/7c832ab4328348325d01 Does anybody can point me to the