Consultor Eletrônico



Kbase P181135: How to improve performance of the Web Service CONNECT() method ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/01/2011
Status: Unverified

GOAL:

How to improve performance of the Web Service CONNECT() method ?

GOAL:

How to minimize the time which is spent at the Web Service CONNECT() method ?

FACT(s) (Environment):

OpenEdge 10.x
All Supported Operating Systems

FIX:

Use a local copy of the WSDL document to remove network latency and if possible make sure all XML Schema information is located inline (so inside the WSDL document) and not located externally in separate XSD files.