NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and 
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-22
Annotated Example SDL Files for NonStop Process
Response Message
This example is a response that could be returned to the client, corresponding to the 
response structure EmployeeReply:
<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<EmpInfoResponse0>
<replyCode>02</replyCode>
<employee-info>
 <employee-number>1234</employee-number>
 <empname>
 <first>John</first>
 <last>Doe</last>
 <middle>K</middle>
 </empname>
 <regnum>12</regnum>
 <branchnum>25</branchnum>
 <d401k>10</d401k>
 <reqaccep>A</reqaccep>
</employee-info>
</EmpInfoResponse0>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>










