In the Logs column, click a specific log to access the Log Messages page Click Show All below the section to access the Recent Faults and Rejected

Managing SOA Composite Applications 8-3 composite application named HelloWorld, then the following end points are exposed by them: ■ http:host:portsoa-infraservicesdefaultHelloWorld1.0c lient ■ http:host:portsoa-infraservicesdefaultHelloWorld2.0c lient However, if the WSDL specified for web service invocation does not contain the revision details for example, http:host:portsoa-infraservicesdefaultHelloWorldclient , it is processed by the composite revision that is set as default.

5. If you want to edit the end point URL, click Edit Endpoint URL and make

appropriate changes. The lower part of the Test Web Service page consists of the Request tab. This tab enables you to specify security, quality of service, HTTP transport, stress testing options, and XML input arguments: The Security section includes the following fields for passing security properties with messages.: Field Description WSS Username Token Inserts a WS-Security SOAP header. The Username field is required, and the Password field is optional. 8-4 Oracle Fusion Middleware Administrators Guide for Oracle SOA Suite and Oracle BPM Suite 6. Accept the default values for these fields or provide values appropriate to your test environment. The Quality of Service section includes the following fields. Oracle Fusion Middleware uses a policy-based model to manage web services. A policy applies behavior requirements to the delivery of messages. For additional details about using the Test Web Service page, see Oracle Fusion Middleware Security and Administrators Guide for Web Services. Http Basic Auth Inserts the username and password credentials in the HTTP transport header. Both the Username and Password fields are required. Custom Policy Uses a custom policy to authenticate the user specifies the URI for the custom policy. The Username and Password fields are optional. None Select to not specify security credentials. This is the default selection. Field Description WS-RM Select one of the following options for testing WS-Reliable Messaging RM protocol policies. Reliable messaging policies support this protocol, which guarantees the end-to-end delivery of messages. ■ WSDL Default : Executes the default behavior of the WSDL. For example, if the WSDL contains a reference to a WS-RM policy, then the policy is enforced. If the WSDL does not contain a reference to a WS-RM policy, then reliable messaging is not tested. ■ None : No policy for WS-RM is tested even if the WSDL contains a reference to a policy. ■ Custom : Enforces a custom policy. Specify the URI of the custom policy in the Policy URI field. If a WS-RM policy is referenced in the WSDL, it is ignored, and the policy specified in the Policy URI field is used instead. MTOM Select one of the following options for testing Message Transmission Optimization Mechanism MTOM policies. MTOM policies ensure that attachments are in MTOM format, a format for efficiently sending binary data to and from web services. ■ WSDL Default : Executes the default behavior of the WSDL. For example, if the WSDL contains a reference to an MTOM policy, then the policy is enforced. If the WSDL does not contain a reference to an MTOM policy, then MTOM is not tested. ■ None : No policy for MTOM is tested, even if the WSDL contains a reference to a policy. ■ Custom : Enforces a custom policy. Specify the URI of the custom policy in the Policy URI field. If an MTOM policy is referenced in the WSDL, it is ignored, and the policy specified in the Policy URI field is used instead. Field Description Managing SOA Composite Applications 8-5 7. Accept the default values for these fields or provide values appropriate to your test environment. The HTTP Transport Options section includes the following fields:

8. Accept the default values for these fields or provide values appropriate to your

test environment. The Additional Test Options section includes the following fields. This section provides a simple stress test that simultaneously invokes multiple instances. 9. Accept the default values for these fields or provide values appropriate to your test environment. WS-Addressing Select one of the following options for testing WS-Addressing policies. WS-Addressing policies verify that SOAP messages include WS-Addressing headers in conformance with the WS-Addressing specification. ■ WSDL Default : Executes the default behavior of the WSDL. For example, if the WSDL contains a reference to a WS-Addressing policy, then the policy is enforced. If the WSDL does not contain a reference to a WS-Addressing policy, then WS-Addressing is not tested. ■ None : No policy for WS-Addressing is tested even if the WSDL contains a reference to a policy. ■ Custom : Enforces a custom policy. Specify the URI of the custom policy in the Policy URI field. If a WS-Addressing policy is referenced in the WSDL, it is ignored, and the policy specified in the Policy URI field is used instead. Field Description Enable SOAP Action Specifies whether the WSDL soap:operation has a soapAction attribute. This flag is enabled if a soapAction attribute exists. If you do not want to send a request with the SOAP action HTTP header, then clear the checkbox. SOAP Action Displays the soapAction attribute of the WSDL soap:operation, if one exists. You may specify a different SOAP action in this text box. Note: This is not a real stress test tool. Therefore, do not enter huge values for both concurrent threads and the number of times to invoke the operation. Doing so can result in errors. Field Description Enable Stress Test Click Enable to create a simple stress test. With this enabled, no conversation ID is displayed. Concurrent Threads Enter the number of concurrent threads on which to send the invocations. The default is 5 threads. Loops per Thread Enter the number of times to invoke the operation. The default is 10 times. Delay in Milliseconds Specify the delay of milliseconds to wait between operation invocations. The default is 1000 milliseconds 1 second. Field Description