Page is a not externally linkable
gosman - 9:09 pm on May 17, 2012 (gmt 0)
Hi Enigma1
I understand that but just don't understand how to change the code below to work with caching.
$s = new nusoap_client('https://api.example.com/API.asmx');
$msg = $s->serializeEnvelope($body);
$s -> send($msg,'https://api.example.com/API.asmx/CheckAvailability');
$response = $s->document;