The WebService class / com.WebServices methods |
Creates a new object to implement a Web Service.
createFault( fault fault-type, encoded BOOLEAN )
The createFault() method creates a global fault for this Web Service object.
The fault parameter can be of any type and defines the SOAP fault in a SOAP response. In case of SOAP fault, the client for this Web Service will receive a variable with the same structure.
When encoded is TRUE, the SOAP Section 5 encoding mechanism is used, when FALSE, the XML Schema mechanism is used.