Consultor Eletrônico



Kbase P115774: OpenEdge Web Service client sessions on the same machine hang when accessing the same Web Service
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/8/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.1A
Web Services

SYMPTOM(s):

OpenEdge Web Service client sessions hang when accessing the same Web Service

The client sessions are running from the same machine

The client sessions are calling the same Web Service operations

The Web Service requires SOAP Headers

Works fine when accessing other Web Services

CAUSE:

A packet sniffer showed that the Web Service was only sending SOAP response messages to the TCP socket of the last client session that connected. So the first client sessions would keep waiting for a reply, thus appeared to be hung.

FIX:

The Web Service does not appear to be thread safe, please contact the Web Service provider in order to solve this issue.