Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-167

SAAJ implementation does not add soapAction header

XMLWordPrintable

      Hi!

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

      Code:

      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

              Unassigned Unassigned
              tdiesler@redhat.com Thomas Diesler
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: