The <repository> pipeline configuration element

Specifies the directory name of the Axis2 repository.

This optional element identifies the directory name of the Axis2 repository. If you use this option, you must specify The <jvmserver> element beforehand in the handler XML. If the element is not supplied then, the sample repository will be used. When you install CICS® Transaction Server the sample Axis2 repository is installed in the /usr/lpp/cicsts/cicsts54/lib/pipeline/repository directory, where /usr/lpp/cicsts/cicsts54 is the default installation directory for CICS files on z/OS UNIX.

Used in:

  • Service provider
  • Service requester

Contained by:

Example

<cics_soap_1.1_handler_java>
	<jvmserver>JVMSERV1</jvmserver>
	<repository>/lib/pipeline/repository</repository>
</cics_soap_1.1_handler_java>