NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and 
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-10
Annotated Example SDL Files for TS/MP
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>
Example 2: Multiple Services, Transaction Support
This example is a valid SDL input file describing a TS/MP service. Text in Courier 
font is SDL. Text in Times font is supplementary.
For sample requests and responses consistent with these service definitions, see 
Sessions and Transactions with TS/MP Servers and NonStop Processes on 
page 6-24.
These lines specify that this is an SDL input file for a TS/MP service in the 
configuration controlled by the specified PATHMON process: 
<sdl>
<Pathway>
<PathwayEnvironment Name="$PMON">










