NonStop SOAP User's Manual

NonStop SOAP Features and Functions
NonStop SOAP User’s Manual520501-012
4-66
SOAP Faults
-403 Marshal Error: error encoding the
Base64 node: <
node name
>.
A marshal error occurred when
attempting to Base64 encode the value
present in the specified code.
-1001 SessionID <
SessionID
> was not
found in the server, or SOAP
session identified by the SessionID
has expired. Please check the
SessionID or start a new session if
necessary.
The session ID in the request does not
correspond to any known session. The
session ID might be mistyped or refer
to an expired session, or the request
was directed to the wrong SOAP
server, or the server process died, and
the new server does not recognize the
session ID. (The last possibility applies
only to context-sensitive access.)
-1002 Tag <
SessionTagName
> must set
SessionID attribute or set
SessionCommand attribute to
“Begin.
The request contains a Session
element that neither refers to an
existing session nor starts a new
session. Correct the header in the
request.
-1003 SessionID attribute must not be set
when SessionCommand attribute
value is “Begin”.
The request refers to an existing
session and requests a new session.
Correct the header in the request.
-1004 SessionCommand attribute value
can only be “Begin”, “End”, or
“AbortSubsession”.
The request contains a
SessionCommand attribute with an
invalid value. Correct the header in the
request.
-1005 CurrentTransactionCommand
attribute value can only be “Abort”
or “End”.
The request contains a
CurrentTransactionCommand attribute
with an invalid value. Correct the
header in the request.
-1006 BeginNewTransaction attribute
value can only be “yes” or “no”.
The request contains a
BeginNewTransaction attribute with an
invalid value. Correct the header in the
request.
-1007 Bad OutputEncoding value
<
OutputEncoding
> was
specified.
The specified output encoding is not
valid. Correct the header in the
request.
-1008 OutputEncoding attribute was not
specified in <
EncodingTagNam
e>.
The request does not contain an
OutputEncoding attribute.
-1009 Namespace for tag <name> was
not specified as
“urn:compaq_nsk_oss_SoapHeade
r”.
The header element does not specify
the correct namespace. Correct the
namespace specification, and retry the
request.
Table 4-3. SOAP Faults (page 3 of 5)
Detail
Code Detail String Notes