NonStop SOAP User's Manual
Using the SOAP Admin Tool
NonStop SOAP User’s Manual—520501-012
5-6
Using SoapAdminCL
<sdl>
<Pathway>
<PathwayEnvironment Name="$LIB">
<ServerClass Name="TEST"
language="C"
stringTermination="NonNull"
DDLDictionaryLocation="$DATA1.EMCBDICT">
<Service ServiceName ="GetData"
SoapCompliant="no"
TMFTransactionSupport="yes"
Cache="yes"
DeployOption="addUpdate"
NameSpaceQualified = "yes" >
<SvcDescription> Inserts/Updates employee data </SvcDescription>
<RequestInfo>
<DDLDefinitionName>SQL-REQ</DDLDefinitionName>
</RequestInfo>
<ResponseInfo>
<DDLDefinitionName>SQL-MSG-RSP</DDLDefinitionName>
<ResponseSelection Start="0" End="2" BufVal="2" ConversionOp="decimal"
ComparisonOp="eq" Fault="yes"/>
</ResponseInfo>
<ResponseInfo>
<DDLDefinitionName>SQL-RSP</DDLDefinitionName>
<ResponseSelection defaultResp="yes" Fault="no"/>
</ResponseInfo>
</Service>
</ServerClass>
.......
</PathwayEnvironment>
</Pathway>
</sdl>