Hello,
I have a Axis 1.4 Java client and .NET Web Service.
When I try to use Web Services method "Did not understand "MustUnderstand"
header(s)"
error occurs. Can anyone say how to get rid of it?
I tried to use code like below but without success.
call.setSOAPVersion(SOAPConstants.SOAP12_CONSTANTS);
SOAPHeaderElement header = new
SOAPHeaderElement("http://example.com/header",
"very-important-info",
"blah");
header.setMustUnderstand(true);
header.setActor(Constants.URI_SOAP12_ULTIMATE_ROLE);
call.addHeader(header);
Cheers,
GArlington - 14 Aug 2007 15:53 GMT
> Hello,
>
[quoted text clipped - 17 lines]
>
> Cheers,
Try
http://www.pocketsoap.com/weblog/2005/02/1508.html
and
google search for 'axis mustunderstand (header)'