5 22 3 OPEN

LANSA Integrator

5.22.3 OPEN

The OPEN command loads the service class used to handle the SOAP transaction.

Syntax:

Command

Keyword

Value

Developer notes for Command/Keyword/Value

OPEN

SERVICE

value

Mandatory. Service name.

 

The SERVICE keyword value is used in a resource property lookup using the property key service.'value' and service.archive.'value' to locate the binding class and the binding jar file that contains the binding class and supporting classes generated by the SOAPAgent Wizard. If the service binding archive entry does not exist then the binding jar file must exist in the JSM jar subdirectory instead of a user specified directory.

This example uses a service class named com.acme.SearchService for a SERVICE value of SEARCH:

 

service.search=com.acme.SearchService

service.archive.search=bindings/search.jar

 

Example

 

OPEN SERVICE(SEARCH)