get the soap body element like this msgContext.getEnvelope().getBody().getFirstElement()
for more informaction read the tutorial Amila. On Nov 18, 2007 6:27 PM, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > See the AXIOM Tutorial: http://ws.apache.org/commons/axiom/OMTutorial.html > > Anne > > > On Nov 17, 2007 9:37 AM, juliocest <[EMAIL PROTECTED]> wrote: > > > > Hi Anne! > > > > Assuming that my soap envelope contain : > > > > <soapenv:Envelope > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> > > <soapenv:Body> > > <exemplo:fatorialResposta > > xmlns:exemplo="http://examplo1.org/exemplo1"> > > <exemplo:greeting>Resultado do Fatorial: > > 720</exemplo:greeting> > > > > <exemplo:procvalorResposta>3.799E-5</exemplo:procvalorResposta> > > </exemplo:fatorialResposta> > > </soapenv:Body> > > </soapenv:Envelope> > > > > How can I obtain the children elements? > > > > Thanks! > > > > JĂșlio > > -- > > View this message in context: > > http://www.nabble.com/How-to-get--child-elements-from-a-SOAP-XML-response--tf4824179.html#a13809717 > > > > Sent from the Axis - User mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Amila Suriarachchi, WSO2 Inc. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
