| Author |
Error: MustUnderstand headers:[{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-s
|
Vishnu Austin
Greenhorn
Joined: Mar 30, 2012
Posts: 11
|
|
I am writing a Java client(using JAX-WS and SAAJ) to consume a WCF web service. Tested the SOAP xml request that is being sent(outbound) and it works as expected on SOAPUI.
I am getting the following error,
Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: MustUnderstand headers:[{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security] are not understood
at com.sun.xml.internal.ws.protocol.soap.MUTube.createMUSOAPFaultException(MUTube.java:140)
at com.sun.xml.internal.ws.protocol.soap.ClientMUTube.processResponse(ClientMUTube.java:82)
Appreciate any help in letting me know how to fix it.
Below is the SOAP input created. Tested the SOAP request in SOAPUI and it works fine.
The handler code is below
Thanks in advance.
|
 |
Vishnu Austin
Greenhorn
Joined: Mar 30, 2012
Posts: 11
|
|
I got it fixed. I had to add to fill the following code for the method getHeaders()
|
 |
Siitesh Hind
Ranch Hand
Joined: Sep 06, 2012
Posts: 51
|
|
Hello Vishnu,
Do you have the code that will create the web service in Java that has the SOAP Header?
Not referring to the client code.
Rgds,
Seetesh
|
 |
 |
|
|
subject: Error: MustUnderstand headers:[{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-s
|
|
|