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
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
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
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
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
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