I'm attempting to do this as a jython script. Perhaps that is the problem?

John

At 07:06 AM 3/5/2003 -0800, you wrote:

I think you need to cast the result of next() to MessageElement:

MessageElement elem = mySOAPENv.getFirstBody().getChildElements().next();
String value = elem.getValue();

Betsy

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 04, 2003 7:23 PM
To: [EMAIL PROTECTED]
Subject: Return Value in a SOAPEnvelope

How do I extract the return value from a SOAPEnvelope?

mySOAPEnv.getFirstBody().getChildElements().next().getValue()

I'm trying to get the value of the first Element in the Body, but getValue
will not work.

I get the response element:
<Result xsi:type="xsd:string"
xmlns:xsi="http//www.w3.org/2001/XMLSchema-instance">Success!</Result>
but I can't extract the value.

Also I tried getValueAsType and it just gave me
"http://www.w3.org/2001/XMLSchema:string"

Thanks!
John

Notice: This email transmission and/or the attachments accompanying it may contain confidential information belonging to Merant. The information is only for the use of the intended recipient. If you have received this transmission in error, please notify the sender immediately by reply email, and then destroy all copies of the transmission.

Reply via email to