Hey all, I need some advice about the following:
We're using an SMS Gateway service that sends received SMS messages to our system using HTTP POST requests with the message and sender in the request parameters. Initially I though it wouldn't be a problem to receive these messages using the servicemix-http component, but as it turns out this component can only create some sort of proxy for other JBI endpoints. What I need is a BC that I can configure to listen at a certain URL and that sends a message to the NMR for every HTTP request that is received on this URL. I can then use standard servicemix components to transform the message and send it to our processing server. As far as I can see (I'm new to servicemix, just started researching it a week ago) I need to create a custom BC to realize this scenario. What do you think about this? Geert.
