Configuring the Client Process as a Pathway Server

SOAP/AM Client Development > Accessing a Web Service > Configuring the Client Process >

Configuring the Client Process as a Pathway Server

Previous pageReturn to chapter overviewNext page

The SOAP/AM Client Process may also be configured as a Pathway server. The configuration options are the same as those for standalone process configuration, however in the Pathway environment individual options are supplied as server PARAMs.  The following is a sample pathway server configurations:

 

reset server

set server cpus 0:1

set server createdelay 0 secs

set server deletedelay 60 secs

set server highpin on

set server linkdepth 5

set server maxservers 6

set server maxlinks 20

set server numstatic 0

set server program soapamcp

set server tmf on

set server debug off

set server param cdf "echocdf"

set server param log "$0 event info"

set server param tcpip "$zsam0"

add server echo-service

 

You may also provide the options in a command file by setting the SERVER STARTUP value to @<command-file>. The following is a sample pathway configuration using this technique.

 

reset server

set server cpus 0:1

set server createdelay 0 secs

set server deletedelay 60 secs

set server highpin on

set server linkdepth 5

set server maxservers 6

set server maxlinks 20

set server numstatic 0

set server program soapamcp

set server tmf on

set server debug off

set server startup @config

add server echo-service

 

Refer to Configuring the Client Process for more information on the configuration options.