I don't get it, i get this response (fine)
Can it be that since this is using the schema's you can not obtain GetDateTimeResult as node directly but need to obtain soap:Body first?
I have enumerated the contents now and this item has childnodes but i can not get it via:
Code:
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <GetDateTimeResponse xmlns="http://www.hellobasic.com/webservices/"> <GetDateTimeResult>7/23/2009 1:10:55 PM</GetDateTimeResult> </GetDateTimeResponse> </soap:Body> </soap:Envelope>
I have enumerated the contents now and this item has childnodes but i can not get it via:
Code:
v1 = "soap:Envelope/soap:Body/GetDateTimeResponse/GetDateTimeResult" Object Call oXMLResult.GetElementsByTagName( v1 ) To vResult