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 constants and methods defined in the JadeWebService class, see "JadeWebService Class Constants" and "JadeWebService Methods", in the following subsections.

Object

JadeWebServiceConsumer, JadeWebServiceProvider, JadeWebServiceSoapHeader