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

Reply via email to