NonStop SOAP User's Manual
NonStop SOAP Features and Functions
NonStop SOAP User’s Manual—520501-012
4-56
Sample SDL
Sample SDL
This SDL enlists a Process named “$PROC” that has a service “EmpInfo”. It follows
the DTD discussed previously. In this example $PROC represents the name of a valid
process running under OSS/Guardian operating system.
<sdl>
<Process>
<ProcessEnvironment Name="$PROC"
<ProcessDetails Name= "This is a description of $PROC"
language="C"
stringTermination="NonNull"
DDLDictionaryLocation="$VOL.SUBVOL">
<Service ServiceName="EmpInfo"
SoapCompliant="yes"
TMFTransactionSupport="yes"
AortTransactionOnFault="yes"
Cache="yes"
NameSpaceQualified="no"
Metadata="yes"
SoapMessageType="document"
ProcessSoapDDLComments="no"
UseDDLDefaultValue="no"
DeployOption="addUpdate"
Generate="yes"
GenerateUserExits="no">
<SvcDescription> EmpInfo Sample - Browse Employee
Info
</SvcDescription>
<RequestInfo>
<DDLDefinitionName>EMPLOYEE-
REQUEST</DDLDefinitionName>
</RequestInfo>
<ResponseInfo>
<DDLDefinitionName>EMPLOYEE-
REPLY</DDLDefinitionName>
<ResponseSelection defaultResp="yes"/>