User Guide
WebServiceConnector.status 1459
The following are the codes and associated data available for the status event:
Here are the possible web service faults:
Code Data Description
StatusChange {callsInProgress:nnn} This event is emitted whenever a web
service call starts or finishes. The item nnn
gives the number of calls currently in
progress.
CallAlreadyInProgress No data This event is emitted if
trigger() is called,
multipleSimultaneousAllowed is false, and a
call is already in progress. After this event
occurs, the attempted call is considered
complete, and there is no
result or send
event.
InvalidParams No data This event is emitted if the
trigger()
method found that the
params property did
not contain valid data. If the
suppressInvalidCalls property is true, the
attempted call is considered complete, and
there is no
result or send event.
WebServiceFault {faultcode: code,
faultstring: string,
detail: detail}
This event is emitted if other problems occur
during the processing of the call. The data is
a SOAPFault object. After this event occurs,
the attempted call is considered complete,
and there is no "result" or "send" event.
See the following table for a list of the faults
that can occur.
faultcode faultstring detail
Timeout Timeout while calling
method xxx
MustUnderstand No callback for header xxx
Server.Connection Unable to connect to
endpoint: xxx
VersionMismatch Request implements
version: xxx Response
implements version yyy