Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  • Creates <CEP_HOME>/repository/conf/data-bridge/stream-manager-configdefinitions.xml file, which is used to create the stream definitions for the sample.

...

  1. Run the Axis2LogService since it is the consumer of the events which emitted by CEP. Go to the <CEP_HOME>/samples/consumers/axis2-log-service and run ant -DsampleNo=0111. Then it will deploy the logging service.

  2. Open the CEP terminal to view the event logged by LogService which was deployed on step 1.

  3. Go to the management console and select the Try this service option . (Main --> Services )

  4. Then you will redirected to a UI shown below, then change the endpoint and body as shown below and click on send.

     

    Endpoint - http://10.100.0.44:9763/services/soapInputEventAdaptor/apiRequestStream
    Body - 

    Code Block
    <body>
    <events>
        <event>
            <metaData>
                <api>API-1</api>
                <api_version>version</api_version>
            </metaData>
            <payloadData>
                <requestTime>56783</requestTime>
                <apiPublisher>publisher1</apiPublisher>
                <hostName>localhost</hostName>
            </payloadData>
        </event>
    </events>
    </body>
  5. From the terminal opened in step 2, you can see the processed events which emitted by CEP.

    For example, given below is part of the console output of the consumer when sending events through Try-it service.