I thought I'd share a couple of tips
First Tip : REST drop off point
You can set up a Pipeline that allows the client to POST a message and get a 200 response very easily with Neuron.
1)Create a Pipeline and adding whatever logic you wish to process the POST. Many times this may simply be a Publish step.
2)Next add a Code step that sets context.Data to a new ESBMessage and then uses the FromString method with "" as an argument. You don't have to use…
Continue