Documentation Center

The SDK Web Service component class

The server-side com.idiominc.wssdk.component.Webservice.WSObject class provides multiple generic services.

These services are:
  • Session authentication for all web service requests
  • Local transaction management for all web service requests
  • Data transfer object information for all participating objects

This method provides session authentication and local transaction management on WSObject:

protected Object run(WSRunnable runnable) throws Exception

All web service methods execute a code in a web service-secure context provided by this method.