Consultor Eletrônico



Kbase P49734: Web Services: SOAP error message (7189)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   23/02/2010
Status: Unverified

SYMPTOM(s):

Running .NET proxy calling Web Service generates error.

Stream protocol error tag = 82. (7189).

SOAP error message (7189)

FACT(s) (Environment):

OpenEdge 10.0A

CAUSE:

Bug# OE00095446

FIX:

Rearrange input parameters to allow the input parameter for temp-table to be first.

DEFINE INPUT PARAMETER TABLE-HANDLE tth0.
DEFINE INPUT PARAMETER a AS CHAR NO-UNDO.

Instead Of:

DEFINE INPUT PARAMETER a AS CHAR NO-UNDO.
DEFINE INPUT PARAMETER TABLE-HANDLE tth0.