3 Replies Latest reply on Jun 13, 2005 7:23 PM by jason.greene

    JBoss SAAJ implementation does not add soapAction header

      Hi!

      when creating a saaj message and specifying the soapaction in accordance with saaj specs;

      MessageFactory factory = MessageFactory.newInstance();
      SOAPMessage message = factory.createMessage();
      
      ...
      
      message.getMimeHeaders().addHeader("SOAPAction", "myaction");
      

      the corresponding http header is not set when sending the message (in org.apache.axis.soap.SOAPConnectionImpl?)

      my error or jboss? thanks for any reply!

      regards!

      /Ole