You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Kent Tong <ke...@cpttm.org.mo> on 2004/12/06 09:19:29 UTC

actor and mustUnderstand added to envelope?

Hi,

In SignedSOAPEnvelope.java in the security example, the actor and
mustUnderstand attributes are added to the envelope:

    env.addAttribute(Constants.URI_SOAP11_ENV, "actor", "some-uri");
    env.addAttribute(Constants.URI_SOAP11_ENV, "mustUnderstand", "1");

Shouldn't they be added to the head entry instead?