com.WebServiceEngine methods

Methods for the com.WebServiceEngine class.

Table 1. Class methods
Name Description
com.WebServiceEngine.Flush()
  RETURNING status INTEGER
Forces the Web Service engine to immediately flush the response of the web service operation.
com.WebServiceEngine.GetHTTPServiceRequest(
   timeout INTEGER)
  RETURNING result com.HTTPServiceRequest
Get a handle for an incoming HTTP service request.
com.WebServiceEngine.GetOption(
   option STRING )
  RETURNING result STRING
Returns the value of a Web Service engine option.
com.WebServiceEngine.HandleRequest(
   timeout INTEGER,
   status INTEGER )
  RETURNING result com.HTTPServiceRequest
Get a handle for an incoming HTTP service request.
com.WebServiceEngine.ProcessServices(
   timeout INTEGER )
  RETURNING status INTEGER
Specifies the wait period for an HTTP input request, to process an operation of one of the registered Web Services.
com.WebServiceEngine.RegisterService(
   service com.WebService )
Registers a service in the engine.
com.WebServiceEngine.SetFaultCode(
   code STRING,
   code_ns STRING )
Get a handle for an incoming HTTP service request.
com.WebServiceEngine.SetFaultDetail(
   fault STRING )
Defines the published SOAP Fault.
com.WebServiceEngine.SetFaultString(
   desc STRING )
Defines the description of a SOAP Fault.
com.WebServiceEngine.SetOption(
   option STRING,
   value STRING )
Sets an option for the Web Service engine.
com.WebServiceEngine.Start()
Starts the Web Service engine.