NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-21
Annotated Example SDL Files for NonStop Process
These lines are closing tags:
</Service>
</ProcessDetails>
</ProcessEnvironment>
</Process>
</sdl>
Request Message
This example is a SOAP document consistent with the request definition in the
example above:
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<EmpInfo>
<requestCode>01</requestCode>
<employee-number>1234</employee-number>
</EmpInfo>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>