This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Input SOAP Event Adapter
Input SOAP event adapter handles SOAP events. It only supports XML mapping type and receives XML events over HTTP and HTTPS.
Configuring input SOAP event adapter
You can configure input SOAP event adapter either using the management console or using a configuration file.
Configure using the management console
Follow the instructions below to configure input SOAP event adapter using the management console. This deploys the event adapter in the <PRODUCT_HOME>
/
repository/
deployment/
server/
inputeventadaptors/
directory.
- Log in to the product's management console, and click Configure.
- Click Input Event Adaptors in the Event Processor Configs menu, and then click Add Input Event Adaptor.
Enter details as shown in the below example.
Click Add Event Adaptor.
Configure using a configuration file
Follow the instructions below to configure ActiveMQ input JMS event adapter using a configuration file.
Create an XML file with the following Qpid input event adapter configurations. Input event adapter implementation must start with
<inputEventAdaptor>
as the root element.<inputEventAdaptor name="InputSOAPEventAdaptor" type="soap" xmlns="http://wso2.org/carbon/eventadaptormanager"/>
Add the XML file to the
<PRODUCT_HOME>/repository/deployment/server/inputeventadaptors/
directory. Since hot deployment is enabled, you can simply add/remove files to deploy/undeploy to/from the server.
After an adapter is successfully added, it gets added to the list of adapters displayed under Event Processor Configs in the Configure menu of the product's management console. Click Edit to change its configuration and redeploy it. This opens an XML-based editor allowing you to edit the event adapter configurations from the UI. Do your modifications and click Update. You can also delete it, enable/disable statistics or enable/disable tracing on it using the provided options in the UI.
Configuring input SOAP event adapter message properties
The message properties of the input SOAP event adapter are described below.
Property | Description |
---|---|
Topic | The operation that will be used to receive messages on the InputSOAPEvnetAdaptorService. |
Input Mapping Type | The incoming event type to be mapped. |
Viewing the services
Follow the steps below to view the enabled services.
- Log in to the product's management console.
- Click Main, and then click Manage.
- Click Services, and then click List to view the services.
- Click the service name and then click Operations, to view the allowed operations.
This will list down the available operations as follows.