How To Use a MBSTRING Field Mapping To a XML Within A FML32 Buffer ?
(Doc ID 1577475.1)
Last updated on OCTOBER 03, 2024
Applies to:
Oracle Tuxedo - Version 10.3.0 and laterInformation in this document applies to any platform.
Goal
NOTE: The attribute values used in this article represent fictitious sample names that are made up as example. Any similarity to actual code, is purely coincidental and not intended in any other manner.
Since FML32 doesn't support XML field type, an MBSTRING field type must be used instead.
How to use such an MBSTRING field type in a TUXEDO service code ?
Suppose the following FML32 description file :
$ cat stockquote.fml32
*base 5000
stock_quote 5099 mbstring - input stock quote service
stock_quote_out 5100 mbstring - output stock quote service
*base 5000
stock_quote 5099 mbstring - input stock quote service
stock_quote_out 5100 mbstring - output stock quote service
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
Code sample : |
Caution : |