×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
We've been running Scott Klement's HTTP utility to grab currency
conversion data for a couple of months now. It had been working fine
but in the last few weeks, we've been getting errors. This is a V5R2
machine and as far as I know we're not using any other HTTP services.
Problem happened yesterday, I checked then deleted the debug file, reran
the program and it worked fine. Today, tried same thing, still an error.
Anyone have any ideas?
Bill
This is what is in the debug file:
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="iso-8859-1"
standalone="no"?><SOAP:Envelope
xmlns:SOAP="
http://schemas.xmlsoap.org/soap/envelope/"
xmlns:tns="
http://www.webserviceX.NET/"><SOAP:Body>
<tns:ConversionRate> <tns:FromCurrency>USD</tns:FromCurrency>
<tns:ToCurrency>AUD</tns:ToCurrency>
</tns:ConversionRate></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 503 Service Unavailable
Connection: close
Date: Wed, 15 Sep 2010 15:31:18 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html
SetError() #13: HTTP/1.1 503 Service Unavailable
recvdoc parms: identity 0
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
<html><body><h1>Server is too busy</h1></body></html>
SetError() #13: HTTP/1.1 503 Service Unavailable
http_close(): entered
As an Amazon Associate we earn from qualifying purchases.