Hi,
Using the new servicemix-http endpoints, you can choose if your SU acts
as a consumer or soap-consumer.
Using the "non-soap" endpoint, you can define something like :
<http:consumer service="myService" endpoint="myEndpoint"
locationUri="http://0.0.0.0:9091/myService/"/>
Regards
JB
jcamus wrote:
Hi!
I need to have very simple Web service into the ESB (with servicemix 3.3).
I saw that servicemix-http but infortunely all exemples are with Soap.
How can I use servicemix-http without SOAP ? Can you give me an sample,
with a simple fonction, for example :
function http : add(a, b) and ESB will answers : 8 when a http client sends
: add(3,5).