Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > JadeWebService Class

JadeWebService Class

The JadeWebService class maintains all Web service information.

Methods declared on the JadeWebService class and its subclasses that are marked as Web service methods cannot have a return type of Any and cannot have parameters of type Any. (For details about specifying Web service methods, see "webService Option" under "Method Options", in Chapter 1 of the JADE Developer’s Reference.)

JADE timestamp values use the local time zone. External Web service consumers often expect Coordinated Universal Time (UTC) values and external Web service providers often return UTC values. You may need to convert between UTC and local timestamp values, by using the localToUTCTime and utcToLocalTime methods of the TimeStamp primitive type.

For details about the methods defined in the JadeWebService class, see "JadeWebService Methods", in the following subsection.

Object

JadeWebServiceConsumer, JadeWebServiceProvider, JadeWebServiceSoapHeader