3.6.1 SOAP reception definition file
- Organization of this subsection
(1) Format
[urecp-soap.switchover.file-transfer.mode={true|false}]
(2) Function
Defines the operation when a user-defined reception (SOAP reception) is invoked in SOAP1.1/1.2 combined mode. The settings are enabled when a user-defined reception (SOAP reception) starts. If the file contains an invalid definition, an error occurs during initialization processing but the start command ends normally. For details about operations during initialization of Web Services, see 10.9 Initializing and destroying the Web Service in the Application Server Web Service Development Guide.
Note that if a SOAP reception definition file is not set up for a user-defined reception (SOAP reception), the default values are assumed for all properties that can be specified in the SOAP reception definition file.
Create the SOAP reception definition file with the file name cscurecpsoap.properties.
(3) File storage location
service-platform-installation-directory\CSC\config\soaprecp\templates\cscurecpsoap.properties
- Important note
-
The file stored here is a template file. To edit the SOAP reception definition file, click the Edit button for Self-defined file in the User-Defined Reception Definition window (detailed) when adding a user-defined reception (SOAP reception), and then modify the contents of definition file.
(4) Specifiable parameters
urecp-soap.switchover.file-transfer.mode={true|false} ~ <<false>>
Specify whether a work folder is to be created by SOAP reception when a request is received. This property is not case sensitive.
This property is valid for requests that contain no attachments. A work folder is always created if a request contains an attachment.
-
true
A work folder is created no matter whether the request contains an attachment. Note that the created work folder cannot be deleted in SOAP reception.
-
false
A work folder is created if the request contains an attachment. A work folder is not created in any other case.
(5) Example of coding
An example of coding is as follows.
urecp-soap.switchover.file-transfer.mode=true