Hi Anne!

I will explain my problem:

I want get children elements from my soap message that I take care of in
OnMessage method:

Code below:

      public void onMessage(MessageContext msgContext) {
                                
                //System.out.println("Fim nao-bloqueante: "+System.nanoTime());
                fimnb = System.nanoTime();
                double diferfinalnb =
(double)(fimnb-InvocaCliente.initnb)/1000000000;
                String respostanb;
                                
                OMElement resultadonb =
msgContext.getEnvelope().getBody().getBuilder().getDocumentElement();

        }

As I have the document element, How Can I obtain all children elements? 

Could you help me?

Thanks!!!

 

-- 
View this message in context: 
http://www.nabble.com/How-to-get--child-elements-from-a-SOAP-XML-response--tf4824179.html#a13809435
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to