[progress Communities] [progress Openedge Abl] Forum Post: Consume A Web Service Which...

  • Thread starter Thread starter jbijker
  • Start date Start date
Status
Not open for further replies.
J

jbijker

Guest
When trying to consume a web service on a address we have a redirect rule set up to issue a standard HTTP 302 location response, meaning the client should make another request to the whatever is specified in the location header. But this is causing interesting results from ABL. We're getting (lots of) 15634 and 11748 errors in the log file: WS -- Agent failed to receive data. Error -3 Invalid Header Read (15634) Error loading WSDL document : end tag name should be 'hr' not 'body' at line 9 and column 8 (11748) It looks like the agent can't recover from this and must eventually be killed. We're running on OE11.3.3 on CentOS 6 64-bit. This is the headers returned from the initial request: GET http://our.initial.address.com HTTP/1.0 HTTP/1.1 302 Found Date: Wed, 16 Aug 2017 12:13:10 GMT Server: Apache/2.2.15 (CentOS) Location: http://our.new.address.com Content-Length: 322 Connection: close Content-Type: text/html; charset=iso-8859-1 302 Found Found The document has moved here . Apache/2.2.15 (CentOS) Server at our.server.com Port 80 Anyone knows if this is fixed in later releases?

Continue reading...
 
Status
Not open for further replies.
Back
Top