HTTP Binding

The binding for the process is deployed as ServiceMix JBI artifact. The necessary xbean.xml file contains the binding definition like this:
<?xml version="1.0" encoding="UTF-8"?>
					
<beans xmlns:http="http://servicemix.apache.org/http/1.0"
       xmlns:gaswerk="http://gaswerk.sourceforge.net/soa-stack/sample-applications"
       xmlns:bpel="http://gaswerk.sourceforge.net/soa-stack/sample/bpel"
       xmlns:camel="http://gaswerk.sourceforge.net">

<http:endpoint service="camel:soa-stack"
     endpoint="endpoint"
     role="consumer" 
     locationURI="http://0.0.0.0:8191/ArticleNumberServiceCamel/"
     defaultMep="http://www.w3.org/2004/08/wsdl/in-out"
     soap="true" 
     soapAction="process"/>

</beans>