NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and 
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-17
Annotated Example SDL Files for TS/MP
Example 3: Multiple TS/MP Environments
This example demonstrates that the same SDL file can define services in multiple 
TS/MP environments. The LOGON and BISSUE server classes run in the environment 
controlled by the PATHMON process $LIB.  The EMPSVR server class runs in the 
PATHMON environment controlled by the PATHMON process $EMP.
<sdl Url="/soapserver/SoapServer.pway" ExeName="XgiLib.pway">
 <Pathway CreateDDLDefFile="yes">
 <PathwayEnvironment Name="$LIB">
 <ServerClass Name="LOGON" 
 ...
 </ServerClass>
 <ServerClass Name="BISSUE" 
 ...
 </ServerClass>
 </PathwayEnvironment>
 <PathwayEnvironment Name="$EMP">
 <ServerClass Name="EMPSVR" 
 ...
 </ServerClass>
 </PathwayEnvironment>
 </Pathway>
</sdl>










