Author Message
MathiasSchuch
Joined: Dec 14, 2015
Messages: 3
Offline
In the Development Guide in the description of the eventing api is this mentioned:
"The Connector also has a REST interface to allow remote applications to
subscribe for events that are then delivered via HTTP POST"

In the Javadoc i can found an example for the publishing of an event via REST but not for the subscribing.
So how can this be done?
Is there an example available?

Thanks
Mathias
BobBraudes
Joined: Dec 19, 2013
Messages: 34
Offline
REST API for creating/deleting/query/renew subscriptions are mentioned in the ECC REST API doc which is available in the ECC SDK. The ECC SDK is available in DevConnect. The WCC sample application in the SDK provides a Java example of how to use the interface.

Thanks,
Bob
MathiasSchuch
Joined: Dec 14, 2015
Messages: 3
Offline
I had a look at the API and example project now. It looks for me that we need something like a HTTP server on client side to receive the events, am I right?

Thanks
Mathias
MathiasSchuch
Joined: Dec 14, 2015
Messages: 3
Offline
Additional question:
With the help of the WebCallController example, now i can subscribe for events but i have Problems with publishing of the Events.
Is there an example for Publishing Events?

Thanks
Mathias
Go to:   
Mobile view