-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
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
- is incorporated by
-
JBAS-2242 Webservice bug fixes for 4.0.3
- Closed