NonStop SOAP User's Manual

Using NonStop SOAP with a TS/MP Application and
NonStop Processes
NonStop SOAP User’s Manual520501-012
6-51
Fault Messages
No Service Map Entry for Service (Service Name Not Defined In SDL)
This message indicates that the service specified in the request is not deployed in
the SDR. Ensure that the service is deployed in the SDR and that clients refer to the
service by the name defined in the SDR.
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client.Parse</faultcode>
<faultstring>Error unmarshalling request</faultstring>
<detail>
<detailCode>-215</detailCode>
<detailString ts="2004/08/06">Service: <
serviceName
>
not found in the Service Definition Repository
</detailString>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>