Consultor Eletrônico



Kbase P119704: How to call Web Services that have several Temp-Tables with the same name
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/20/2006
Status: Unverified

GOAL:

How to call Web Services that have several Temp-Tables with the same name

GOAL:

How to differentiate Temp-Tables in Web Services ?

FACT(s) (Environment):

OpenEdge 10.1A
Web Services

FIX:

If this is an OpenEdge Web Service, define unique names for all Temp-Tables which are going to be used as parameters.
- OR -
Run an external procedure which calls the Web Service using the original Temp-Table name. The external procedure can then pass back the Temp-Table to the calling procedure which uses another Temp-Table name.