Kbase P159211: Does the OpenEdge Native ESB Adapter support MEMPTR / RAW parameters on the AppServer ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/10/2010 |
|
Status: Unverified
GOAL:
Does the OpenEdge Native ESB Adapter support MEMPTR parameters on the AppServer ?
GOAL:
Does the OpenEdge Native ESB Adapter support RAW parameters on the AppServer ?
GOAL:
How to process messages on the OpenEdge Native ESB Adapter that are mapped to MEMPTR parameters on the AppServer ?
GOAL:
How to process messages on the OpenEdge Native ESB Adapter that are mapped to RAW parameters on the AppServer ?
FACT(s) (Environment):
OpenEdge 10.1x
OpenEdge 10.2x
Sonic ESB 7.6.x
Sonic Workbench 7.6.x
All Supported Operating Systems
FIX:
When using an input RAW or MEMPTR parameter, the ESB Native Adapter expects the data to be base64-encoded. The ESB Adapter will then decode the data and pass it on to the AppServer. For an output RAW or MEMPTR parameter the ESB Adapter will automatically base64-encode the output data. The receiver of that data will then need to decode the data.