Re: Retrieving a value from the Soap response ....

2003-07-26 Thread Robert Lowe
ld of the Element node, and then call getNodeValue() on that.   - Rob   - Original Message - From: Denero Watz To: [EMAIL PROTECTED] Sent: Saturday, July 26, 2003 10:53 PM Subject: Retrieving a value from the Soap response Hi    I have written a soap c

Retrieving a value from the Soap response ....

2003-07-26 Thread Denero Watz
Hi    I have written a soap client(using apache soap api) and the structure of the response from the server is similar to this: ... ...   valueOf9    valueOf10 ... ...   Now, I am retrieving the value of 'name10' like this: Parameter result = response.getReturnValue(); Element root = (Element) resu