The only noticeable thing your code does is check to see if xmlDoc.LoadXML(strResp) failed. If it doesn't fail, the code does nothing.

In fact after that one test, nothing else at all happens. You can literally delete every line of code after "end If" without affecting the code's workings.