J
jamesmc
Guest
Thanks Peter. I have sorted this now and for anyone who may need it in the future here is what I did: CATCH we AS System.Net.WebException: DEFINE VARIABLE lvReader AS CLASS System.IO.StreamReader NO-UNDO. ASSIGN lvReader = NEW System.IO.StreamReader(we:Response:GetResponseStream()). ASSIGN THIS-OBJECT:ErrorMessage = we:getMessage(1). lopResponse
arseXmlResponse(INPUT lvReader:ReadToEnd()). END CATCH.
Continue reading...
Continue reading...