NonStop SOAP 4.1 User's Manual

Effect
The request is not served.
Recovery
Pass a value for the soapOccurs element that is less than or equal to the value of maxOccurs.
Value of soapOccurs is less than value of minOccurs.
Cause
The client provided a value for the soapOccurs element, which is less than the minOccurs
value specified in the WSDL file.
Effect
The request is not served.
Recovery
Pass a value for the soapOccurs element that is greater than or equal to the value of
minOccurs.
Occurrence of an element in request was less than the minOccurs attribute specified in the WSDL
file.
Cause
The client request contains occurrences of an element less than the minOccurs attribute specified
for the element in the WSDL file.
Effect
The request is not served.
Recovery
Modify the request to include the occurrences of the element greater than or equal to the value
of the minOccurs attribute.
Input element length does not match WSDL specifications. For details refer error log.
Cause
The length of an element in the client request is greater than the value specified in the WSDL
file.
Effect
The request is not served.
Recovery
Modify the length of the element to be less than the value specified in the WSDL file.
No valid match found for response selection criteria in services.xml.
Cause
The NonStop SOAP 4 server cannot locate a valid response structure based on the response
selection criterion specified in the services.xml file.
Effect
The request is not served.
Recovery
Check the response selection criterion mentioned in the services.xml file to match the response
buffers.
The request size must be less than or equal to 2MB.
Cause
The NonStop SOAP 4 server cannot handle messages that are greater than 2MB in size.
Effect
The request is not served.
292 NonStop SOAP 4 Error and Warning Messages