0 Replies Latest reply on Sep 15, 2005 8:19 AM by sfalbo

    Authorization Mime Header Not Being Set

    sfalbo

      I am using Jboss 4.0.3 RC2 and I am sending a SOAPMessage using the call(...) method of javax.xml.soap.SOAPConnection. I also need to set the Authorization mime header on the message but when I use:

      SOAPMessage message;
      ...
      message.getMimeHeaders().addHeader("Authorization", "...");
      


      The Authorization header is not in the mime headers of the request. If I add any other header name, it is set in the mime headers correctly. Does anyone have any idea as to what I am missing? Thanks in advance for your help.

      Scott