Hi
Am working on cxf web service which will be used by a WCF client (microsoft)
using wsHttpBinding.

I have tested my webservice through java client and soap ui and it works
fine. 
But when ever i try to test it from a WCF testing tool (SOA cleaner), i am
getting the following error:

org.apache.cxf.interceptor.Fault: Message part
{http://schemas.xmlsoap.org/ws/2005/02/trust}RequestSecurityToken was not
recognized.  (Does it exist in service WSDL?)

Earlier to this, i was getting exceptions like:
MustUnderstand headers: [{http://www.w3.org/2005/08/addressing}Action,
{http://www.w3.org/2005/08/addressing}To] are not understood

but when i enabled the addressing like below, i am getting the exception
mentioned above.
@Addressing(enabled=true, required=true)


Please help to resolve this issue.

Thanks.

--
View this message in context: 
http://cxf.547215.n5.nabble.com/org-apache-cxf-interceptor-Fault-Message-part-http-schemas-xmlsoap-org-ws-2005-02-trust-RequestSecur-tp5110603p5110603.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to