Kbase P103939: Is it possible to receive a LONGCHAR variable instead of a LONGCHAR EXTENT when receiving a dynamic
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/6/2005 |
|
Status: Unverified
GOAL:
Is it possible to receive a LONGCHAR variable instead of a LONGCHAR EXTENT when receiving a dynamic temp-table from an RPC/ENCODED Web Service ?
GOAL:
How to parse an XML document within an array of LONGCHAR as 1 XML document.
FACT(s) (Environment):
OpenEdge 10.0x
Web Services
FIX:
This is not possible when passing a dynamic temp-table when using the RPC/Encoded WSDL style. You need to change the WSDL style to Document/Literal in order to do this, otherwise you will have to parse each extent 1 by 1.