Setting Up a TCP Listener for Asynchronous Services
Follow these steps to set up a TCP listener to display the SOAP messages for callbacks from asynchronous services:
-
Start a TCP listener to listen on a port and send the Oracle BPEL Process Manager port.
-
Open Oracle Enterprise Manager Fusion Middleware Control.
-
From the SOA Infrastructure menu, select SOA Administration > Common Properties.
-
Specify the value for Callback Server URL. This URL is sent by the server as part of the asynchronous callback address to the invoker.
-
-
From the SOA Infrastructure menu, select Administration > System MBean Browser.
-
Expand Application Defined MBeans > oracle.soa.config > Server : soa_server > SCAComposite.
where soa_server is the specific server instance name (for example, AdminServer).
All the SOA composite applications deployed on the server appear.
-
Follow these steps to set this property on a composite application. This action enables it to apply to all bindings in the composite application.
-
Click your composite.
-
Ensure the Attributes tab is selected.
-
In the Name column, click Properties.
-
Click the Add icon.
-
Expand the newly added Element_number (appears at the end of the list).
where number is the next sequential number beyond the last property. For example, if the property list contains twelve elements, adding a new property causes Element_13 to be displayed.
-
In the name field, enter
oracle.webservices.local.optimization
. -
In the value field, enter
false
. -
In the many field, enter
false
. -
Click Apply, and then click Return.
-
In the Name column on the Operations tab, click save.
-
Click Invoke to execute the operation.
-
Click Return or click a node in the System MBean Browser pane.
Note:
After adding, deleting, or updating a property, you can click the Refresh cached tree data icon in the upper right corner of the System MBean Browser page to see the new data.
-
-
Follow these steps to set this property on a specific binding.
-
Initiate any flow that invokes asynchronous web services. You can combine this with the synchronous TCP tunneling configuration to send a service initiation request through your first TCP tunnel.
The callbacks from the asynchronous services are shown in the TCP listener.
If you are an Oracle JDeveloper user, you can also use the built-in Packet Monitor to see SOAP messages for both synchronous and asynchronous services.
For information about using correlation sets for message correlation, see Using Correlation Sets and Message Aggregation .