Hi Davide, I am not sure if i got you query completely. But wrt
now i'm able to expose my WS.. but then... how i can send "normalized message" over the NMR?
To send a normalized message you need to have a component( a binding component) that will act as a consumer that will convert you protocol specific request to a normalized form and send it to your webservice thru a component that will act as a provider. I am not sure how much this helps given that you are a novice to JBI. Suggest you spend some time looking at the JBI specs. Vamsi On 7/6/06, haranbanjo <[EMAIL PROTECTED]> wrote:
Hi, i'm a beginner in a ESB / ServiceMix. I have some "stupid" question.. becase, i'm a little bit confused about how to use this gread product. Basically i want to have an ESP and expose some WebServices to perform some basic task. For example: 1) add new order to my ecommerce database 2) retrive the list of the orders So i must create a WS that accept a "new order" request, and then permform some operation... for example, do some sanity check on data received and subsequently write data to db. In the distribution of ServiceMix i have found "soap-binding" example, so now i'm able to expose my WS.. but then... how i can send "normalized message" over the NMR? In fact, i want to have a separate service for write data on the db... so i want to post a new message in my ESB in order to notify (asycronously) other service that they must do some task. How i can do this? Thanks Davide -- View this message in context: http://www.nabble.com/ServiceMix-Beginner---Help-me-%3A-D-tf1899815.html#a5197168 Sent from the ServiceMix - User forum at Nabble.com.
