2.3.2.1 Mapping Example Using base64Binary
The following SOAP message is example of the TOUPPER
Oracle Tuxedo service that accepts a CARRAY
typed buffer using base64Binary
mapping.
Example 2-2 Mapping Example Using base64Binary
<SOAP:body>
<m:TOUPPER xmlns:m=”urn:......”>
<inbuf>QWxhZGRpbjpvcGVuIHNlc2FtZQ==</inbuf>
</m:TOUPPER>
</SOAP:body>
The XML Schema for <inbuf>
is:
<xsd:element name=”inbuf” type=”xsd:base64Binary” />
Parent topic: Oracle Tuxedo CARRAY Typed Buffers