Set the Maximum Request Size and the Unit of Maximum Request Size and click

6-26 Oracle Fusion Middleware Security and Administrators Guide for Web Services For an asynchronous Web service, the Asynchronous flag at the top of the page is set to True. Review the following flags, which provide more information about the asynchronous Web service: ■ Transaction Enabled for Request Queue—Flag that specifies whether transactions are enabled on the request queue. ■ Using Response Queue—Flag that specifies whether a response queue is being used. If set to false, then the response is sent directly to the Web service client, without being stored. ■ Transaction Enabled for Response Queue—Flag that specifies whether transactions are enabled on the response queue. These flags are configured at design time. For more information, see Developing Asynchronous Web Services in Oracle Fusion Middleware Concepts Guide for Oracle Infrastructure Web Services.

4. From the Web Service Endpoint page, click the Configuration tab.

5. Under the Asynchronous Web Service section of the page, you can set the configuration properties defined in Table 6–2 .

6. Click Apply.

7. For ADF and WebCenter applications, restart the Web service application. You do not need to restart a SOA composite. Note: The configuration properties defined in Table 6–2 appear and are valid only for asynchronous Web services. Table 6–2 Configuration Properties for Asynchronous Web Services Configuration Property Description JMS Request Queue Connection Factory Name Name of the connection factory for the JMS request queue. The default JMS connection factory, weblogic.jms.XAConnectionFactory, provided with the base domain is used by default. JMS Request Queue Name Name of the request queue. The following queue is used by default: oracle.j2ee.ws.server.async.DefaultRequestQueue. JMS Response Queue Connection Factory Name Name of the connection factory for the JMS response queue. The default JMS connection factory, weblogic.jms.XAConnectionFactory, provided with the base domain is used by default. JMS Response Queue Name Name of the request queue. The following queue is used by default: oracle.j2ee.ws.server.async.DefaultResponseQueue. JMS System User The user that is authorized to use the JMS queues. By default, this property is set to OracleSystemUser. Note: For most users, the OracleSystemUser is sufficient. However, if you need to change this user to another user in your security realm, you can do so using the instructions provided in Changing the JMS System User for Asynchronous Web Services on page 14-26. Administering Web Services 6-27 Enabling and Disabling MTOM Support for MTOM is provided by attaching the oraclewsmtom_policy policy to a Web service. You can enable or disable MTOM for a Web service by enabling or disabling this policy. See Enabling or Disabling a Policy for a Single Policy Subject on page 7-23 for more information. You must restart the application after enabling or disabling MTOM. Configuring the Web Service Client For the Web service clients in your application, including SOA references, ADF data control, and asynchronous Web service Callback clients, you can set the configuration properties defined in Table 6–3 . Note: You need to wait approximately 30 seconds or the equivalent of the configured Graceful Shutdown Timeout time between stopping and restarting the application. During this time, the server is allowing all global transactions to complete before shutting down the application. If you do not wait the configured Graceful Shutdown Timeout time, then the application will not be restarted appropriately and you will not be able to access it. To avoid waiting the graceful shutdown timeout period, you can restart the application twice. Note: The procedures described in this section apply to Oracle Infrastructure Web services only. Table 6–3 Configuration Properties for Web Service Clients Configuration Property Property Name Description General UDDI ServiceKey SOA reference clients only oracle.soa.uddi.serviceKey Specifies the service key of the Oracle Service Registry OSR if UDDI is used for run-time resolution of the endpoint. For more information, see Changing the Endpoint Reference and Service Key for Oracle Service Registry Integration in Oracle Fusion Middleware Administrators Guide for Oracle SOA Suite and Oracle Business Process Management Suite. Endpoint Address javax.xml.ws.service.endpoint.address Endpoint URL to which the client will send the request. Note : This property is not available for asynchronous Web service Callback clients. Maintain Session javax.xml.ws.session.maintain Flag that specifies whether the session should be maintained. Note : This property is not available for asynchronous Web service Callback clients.