NonStop SOAP User's Manual
Using the SOAP Admin Tool
NonStop SOAP User’s Manual—520501-012
5-15
Process Service Definition Errors
Process Service Definition Errors
These error messages report invalid values in the SDL file. If you receive one of these
errors, you will need to rerun the SOAP Admin tool.
If the process name entered is an invalid process name, then this error appears:
The SOAP Admin tool does not check whether the process name specified in the SDL
file actually exists.
The specified DDL dictionary name has an invalid format. It must be a valid Guardian
subvolume name.
A DDL definition name, associated with either RequestInfo or ResponseInfo in the SDL
file, is invalid.
The “Start” and “End” attributes must have numeric values.
In a ResponseSelection in the SDL file, the “ConversionOp” attribute specifies decimal
conversion, but the value of “BufVal” is not numeric.
Correct the syntax of the ResponseSelection element to specify all or none of the
attributes listed in the message.
SOAPADMIN Process Service Definition. Error >> Invalid
Process Name: xxxx
SOAPADMIN Parser - Error while extracting data from SDL
Pathway Service Definition. Error>> Invalid DDL Dictionary
Name: <
DDL Dictionary Specified
>
Parser - Error>> Invalid DDL Definition Name: <
DDL
Definition Specified
>
Parser - Error>> Response Selection Node <
path
> Attribute:
<
Attribute name
>, Value:<
Given value
> is not a number.
Parser - Error>> Response Selection Node <
path
> Attribute:
BufVal needs to be a Number when the Attribute: ConversionOp
is a number.
Pathway Service Definition. Error>> For the Response
Selection Element in the path <
XML Path to the Response
Selection element
>, either all the "Start', "End", "BufVal",
attributes must be specified or none.