NonStop SOAP User's Manual

NonStop SOAP Features and Functions
NonStop SOAP User’s Manual520501-012
4-67
SOAP Faults
-1010 Invalid tag <
tag name
> found in
the Header element.
The header element contains an invalid
tag. Correct the syntax of the header
element, and retry the request.
-1011 Invalid attribute <
attribute
name
> found in tag <
tag name
>.
The header element contains an
attribute not valid for the element.
Correct the syntax, and retry the
request.
-1012 Attempting to start a new
transaction when the current
transaction is still in progress.
Within a session, multiple transactions
cannot be in progress concurrently.
Commit or abort the current transaction
before starting a new transaction.
-1013 Attempting to commit a transaction
which has not started.
The request is to commit a transaction,
but no transaction is in progress in this
session.
-1014 Attempting to abort a transaction
which has not started.
The request is to abort a transaction,
but no transaction is in progress in this
session.
-1015 Attempting to abort a subsession
which has not started.
The request is to abort a subsession,
but no subsession is in progress.
-1016 End session is not allowed while
the current subsession is in
progress.
The request is to end the session, but
a subsession is in progress. Wait for
the subsession to end or abort the
subsession first, then end the session.
-1017 Commit transaction is not allowed
while the current subsession is in
progress.
The request is to commit the
transaction, but a subsession is in
progress. This fault implies that the
service supports only one transaction
per dialog. Wait for the dialog to end
before committing the transaction.
-1018 Abort transaction is not allowed
while the current subsession is in
progress.
The request is to abort the transaction,
but a subsession is in progress. Abort
the subsession; this action will abort
the transaction. This error occurs only
in a case where the service supports
one transaction per dialog.
Table 4-3. SOAP Faults (page 4 of 5)
Detail
Code Detail String Notes