Hi JB

You guess it correctly. My HTTP endpoint is a consumer (it gets incoming
SOAP
messages and process it in the marshaler)
Below is the xbean configuration of my HTTP endpoint
<http:consumer service="b:http"
                 endpoint="endpoint"
                 locationURI="http://0.0.0.0:8192/bridge/";
                 defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
                 targetService="b:srsfirst"
                 marshaler="#marshaler"/>
         <bean id="marshaler" class="com.cts.abacus.HTTPMarshaler"/>

my http endpoint is exposed to http://localhost:8192/bridge/

All I need to do is to create a wsdl and give it to the client application
so that the client application calls the service with the request soap
message and my http-endpoint gets the soap message as a whole. Is it
feasible? if yes, then how?


-- 
View this message in context: 
http://servicemix.396122.n5.nabble.com/exposing-http-endpoing-as-web-service-tp2471676p2471812.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to