NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and 
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-44
Controlling the Output Encoding
Request with Default Input Encoding, Specified Output Encoding
This request uses the encoding Shift_JIS specified as the output encoding. 
<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header>
 <Enc:Encoding OutputEncoding="Shift_JIS"
 xmlns:Enc="urn:compaq_nsk_oss_SoapHeader"/>
</SOAP-ENV:Header>
 <SOAP-ENV:Body>
 <BookData>
 <requestCode>00</requestCode>
 <Author>Jane Austen</Author>
 <Category/>
 <ISBN/>
 </BookData>
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>










