Error codes of com.WebServicesEngine

Error codes returned by com.WebServiceEngine methods.

Table 1. com.WebServiceEngine error codes
Number Description
-1 Timeout

com.WebServiceEngine.ProcessServices(x) timeout is reached. No requests to process during x seconds.

-2 AsCloseCommand

GAS tells the DVM to shutdown. You must exit your application.

-3 ConnectionBroken

Client has closed the connection in standalone GWS (without GAS).

-4 ConnectionInterrupted

Ctrl-C received. Interruption received by DVM. You must exit your application.

-5 BadHTTPHeader

Check the message with FGLWSDEBUG or display SQLCA.SQLERRM.

-6 MalformedSOAPEnvelope

Check the message with FGLWSDEBUG or display SQLCA.SQLERRM.

-7 MalformedXMLDocument

Check the message with FGLWSDEBUG or display SQLCA.SQLERRM.

-8 InternalHTTPError

Communication issue with application server or client.

-9 Unsupported operation

The URL of the operation requested is unknown. Check the message with FGLWSDEBUG or display SQLCA.SQLERRM.DONE

-10 UnknownError

This is an internal error, contact the support team. You must exit your application.

-11 WSDL generation failed

You need to debug your application.

-12 WSDL Service not found

Check the message with FGLWSDEBUG or display SQLCA.SQLERRM.

-13 Reserved

No need to exit the application. A new request might not have the issue.

-14 Incoming request overflow

You exceed the data maximum length allowed by com.WebServiceEngine.SetOption(maximumresponselength).

-15 Server was not started

Call to com.WebServiceEngine.Start() failed. You must exit your application.

-16 Request still in progress

With RESTful service, you are currently processing a request and has not yet send the response and try to process another request. You need to debug your application. It depends, you might not need to stop your application.

-17 Stax response error

You need to debug your application. Check the message with FGLWSDEBUG or display SQLCA.SQLERRM.

-18 Input request handler error

You need to debug your application. Check the message with FGLWSDEBUG or display SQLCA.SQLERRM.

-19 Output request handler error

You need to debug your application. Check the message with FGLWSDEBUG or display SQLCA.SQLERRM.

-20 WSDL handler error

You need to debug your application. Check the message with FGLWSDEBUG or display SQLCA.SQLERRM.

-21 SOAP Version mismatch

Your client SOAP version does not match your server SOAP version, amend either your client or your server code.

-22 SOAP header not understood

Modify your server code to handled the mustUnderstand attribute. Use the incoming request handler.

-23 Deserialization error

Check the message with FGLWSDEBUG or display SQLCA.SQLERRM.