I've got a problem,
I get parsed some XML by an asp script remote on a secure server.
I want to catch the xml into an variable so I can use it anywhere I like.
This is the xml I get:
<?xml version="1.0" encoding="ISO-8859-1"?>
<CASHUP>
<ERROR>2A01: out of PINs</ERROR>
<TAN>3CF4B9D7002C90B3A96E77A8</TAN>
</CASHUP>
But I can't use fopen because it's an asp script.
Does anybody have an idea?
Greetingz Lexio