Problem: We have a simple OSB process which publishes message to a topic. A BPEL process ,which is supposed to subscribes to it, is not subscribing.
Issue: In the business service which posts it to topic, it was publishing with message type as 'Bytes'. It should be 'text' as subscribing service in Bpel process is accepting in 'text' format. Chaging it to 'text' solved the problem.
This may be obvious but took a while to figure it out.
Issue: In the business service which posts it to topic, it was publishing with message type as 'Bytes'. It should be 'text' as subscribing service in Bpel process is accepting in 'text' format. Chaging it to 'text' solved the problem.
This may be obvious but took a while to figure it out.