NonStop SOAP User's Manual

NonStop SOAP Features and Functions
NonStop SOAP User’s Manual520501-012
4-43
SOAP Faults Generated by the NonStop SOAP
Server
SOAP Faults Generated by the NonStop SOAP Server
This marshal SOAP fault is generated by the NonStop SOAP server when an error
occurs while Base64 encoding the value of a DDL field containing the
@SOAP_BASE64 comment tag.
Example 4-29. Error Encoding Base64 Value
<?xml version="1.0" encoding="UTF-8" ?>
<SOAP-ENV:Envelope xmlns:SOAP-
ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>Marshal error</faultstring>
<detail>
<detailCode>-403</detailCode>
<detailString ts="2004/01/31 18:48:22">Marshal Error: error encoding the
Base64 node: <node name>
</detailString>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>