NonStop SOAP 4.1 User's Manual

SOAPADMIN ERROR >> Error processing DDL definition <definition name> for Service <service
name>. The SOAP DDL comment tags "@SOAP_ATTRIBUTE" and "@SOAP_ELEMENT" cannot be
present for a single DDL field.
Cause
The @SOAP_ATTRIBUTE and @SOAP_ELEMENT SOAP DDL comment tags are present for a
single DDL field.
Effect
The command fails.
Recovery
The same DDL field cannot be exposed either as an element or attribute. Resolve the conflict in
the DDL file, regenerate the DDL dictionaries, and run the SoapAdminCL command.
SOAPADMIN ERROR >> Error processing DDL definition <definition name> for service <service
name>. The "@SOAP_BASE64" DDL comment tag cannot be present at a group level DDL field
<field name>.
Cause
The @SOAP_BASE64 DDL comment tag is present at a group level DDL field <field name>.
Effect
The command fails.
Recovery
The @SOAP_BASE64 DDL comment is applicable at the leaf node level. This is not applicable
for the group field. Therefore, you must set the DDL comment to the appropriate DDL field,
regenerate the DDL dictionaries, and then run the SoapAdminCL command.
SOAPADMIN ERROR >> The depends on field <field name> applied to the
@SOAP_OCCURS_DEP_ON comment is not a numeric type. Exiting.
Cause
The depends on field <field name> applied to the @SOAP_OCCURS_DEP_ON DDL comment
does not have a numeric value.
Effect
The command fails.
Recovery
The @SOAP_OCCURS_DEP_ON DDL comment guides the NonStop SOAP 4 server to limit the
number of occurrences of the field in the SOAP request/response. It must have a numeric value.
Set the proper field for this comment, regenerate the DDL dictionaries, and run the SoapAdminCL
command.
SOAPADMIN ERROR >> The depends on field <field name>, applied to the
@SOAP_OCCURS_DEP_ON comment is not defined. Exiting.
Cause
The depends on field <field name> applied to the @SOAP_OCCURS_DEP_ON comment
is not defined.
Effect
The command fails.
Recovery
Define the depends on field <field name> applied to the @SOAP_OCCURS_DEP_ON DDL
comment, regenerate the DDL dictionaries, and then run the SoapAdminCL command.
SOAPADMIN ERROR >> The @SOAP_OCCURS_DEP_ON field cannot be applied to <field name>
as it is not an OCCURS field. Exiting.
300 NonStop SOAP 4 Error and Warning Messages