NonStop SOAP User's Manual

NonStop SOAP Features and Functions
NonStop SOAP User’s Manual520501-012
4-44
Generated HTML Clients
This unmarshal SOAP fault is generated by the NonStop SOAP server when there is
an error decoding a Base64 encoded value present in the request SOAP/XML
message.
Generated HTML Clients
For DDL fields which are marked with @SOAP_BASE64 comment tag, the data
entered in the corresponding HTML text field is automatically converted from UTF-8 to
BASE64.
Example 4-30. Error Decoding 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:Client.Parse</faultcode>
<faultstring>Error unmarshalling request</faultstring>
<detail>
<detailCode>-209</detailCode>
<detailString ts="2004/01/31 18:48:22">Unmarshal Error: error decoding
the Base64 encoded node: <node name>
</detailString>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>