Hi, can you help us with a qucik pointer?
we are creating an AXIS SOAPEnvelope like this:
SOAPEnvelope env = new SOAPEnvelope();
SOAPBodyElement sbe = new
SOAPBodyElement(XMLUtils.StringToElement("http://localhost:8080/LogTestServi
ce", "testMethod", ""));
call.invoke( env );
Now I would like to add more elements to the body of this
envelope... how would we do that?
It seems like AXIS's SOAPEnvelope is different from the one we get
from SAAJ MessageFactory.getSOAPPart().SOAPEnvelope(), which has features
for attachments and adding elements etc.
Thanks!
Lee