Hi All,
I've created a BPM which implements a sync-async bridge. I'm trying to use an HTTP service to send a sync message to this BPM and receive a response. While configuring in the integration directory, i created a business service representing the HTTP client and a HTTP communication channel. But when i create the receiver determination it is asking for a communication channel. But since the receiver is a BPM, there are no communication channels. What should be done in this case.
Also my understanding of this process is:
HTTP client sends an XML to the BPM. The BPM routes the data to the bridge and again send it back to the HTTP client as a response. Is it possible to achieve this.
Thanks,
Sandeep