NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-16
Annotated Example SDL Files for TS/MP
These lines specify that the name of the DDL definition describing the request is
book-rq-def. This definition must be present in the DDL Dictionary specified by the
attribute DDLDictionaryLocationof the element ServerClass.
<RequestInfo>
<DDLDefinitionName>book-rq-def</DDLDefinitionName>
</RequestInfo>
These lines specify that the name of the DDL definition describing the reply is book-
rp-def. This definition must be present in the DDL Dictionary specified by the
attribute DDLDictionaryLocationof the element ServerClass. This is the default
response and does not cause a SOAP fault.
<ResponseInfo>
<DDLDefinitionName>book-rp-def</DDLDefinitionName>
<ResponseSelection defaultResp="yes" Fault="no"/>
</ResponseInfo>
These lines are closing tags.
</Service>
</ServerClass>
</PathwayEnvironment>
</Pathway>
</sdl>