Dave.
Would it work to do this:
msg.getSOAPPart().getMessage().getMessageContext().setSOAPActionURI(
"/ftr/xml/submit");
Steven Gollery
David Orriss Jr wrote:
I'm trying the following code to set a SOAPAction:
MessageFactory msgFactory = MessageFactory.newInstance();
// Create a mes
I'm trying the following code to set a SOAPAction:
MessageFactory msgFactory = MessageFactory.newInstance();
// Create a message
SOAPMessage msg = msgFactory.createMessage();
msg.getSOAPPart().addMimeHeader("SOAPAction","/ftr/xml/submit");
However, the resulting message that gets