Hi,

You can take a look at cxf-wsdl-first example shipped with smx4.2 kit.
For processing the incoming soap message I perfer to use cxf bc.
You also can get some useful idea from cxf-wsdl-first example even you wanna use http endpoint, just replace cxf bc consumer with http consumer.

Freeman

On 2010-8-11, at 下午6:17, Jean-Baptiste Onofré wrote:

Hi,

I guess that your HTTP endpoint is a consumer (it gets incoming SOAP messages and process it in the marshaler). If it's the case, you should have defined the locationURI. It means that the HTTP endpoint is already exposed. The exposed WSDL is provided by the wsdl endpoint argument or proxied from the target service/endpoint.

Regards
JB

On 08/11/2010 11:38 AM, the_biswa wrote:

Hi

I've an http-endpoing which expects a soap message and it processes it as per the business needs and I've done that successfully. Now, requirement is to expose the http-endpoint service as web service so that if anybody calls the webservice with the soap request the soap request directly comes to the
http-endpoint and http-endpoint knows how to deal with that.

Is it possible? if possible then how to do that? any reference, tutorial is
keenly appreciated.

I'm using smx4.2


--
Freeman Fang

------------------------
Open Source SOA: http://fusesource.com
Apache Servicemix:http://servicemix.apache.org
Apache Cxf: http://cxf.apache.org
Apache Karaf: http://karaf.apache.org
Apache Felix: http://felix.apache.org

Reply via email to