Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The OPEN command loads the service and provider classes to handle the SOAP transaction.

Syntax:

Command

Keyword

Value

Developer notes

OPEN

SERVICE

value

Required. Service name.

VALIDATE

*ALL

Optional. Validate SOAP request and response messages using an XML Schema.

*NONE

No validation.

*OPTIONAL

Only validate if service properties are available.
Default.

*REQUEST

Validate SOAP request message.

*RESPONSE

Validate SOAP response message.

Example

     OPEN SERVICE(SEARCH)

The SERVICE keyword is a symbolic name for the service and provider classes created by the SOAP Wizard. This example uses a service class named com.acme.SearchService a and a provider class com.acme.SearchProvider for a SERVICE value of SEARCH:

...