Re: Adding/Setting a SOAPAction

2002-11-12 Thread Steven Gollery
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

Adding/Setting a SOAPAction

2002-11-08 Thread David Orriss Jr
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