|
-
August 23rd, 2016, 01:31 PM
#17
Re: Parsing SOAP XML with Classic ASP
 Originally Posted by Arjay
I don't code in this language either, but it's probably something like:
Code:
isSuccess = objDoc.getElementsByTagName("Status")
...
If isSuccess = Null AND isSuccess.item(0).text = "Success" Then
Not sure the syntax of how to check for null and do an AND statement, but that is the gist of it.
The change you're recommending is on line 68, but the code stops at line 66.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|