In your case, the wsdl of the target endpoint will be exposed.  Does
the demo:Hello / helloService has a wsdl description ?

Cheers,
Guillaume Nodet

On 5/8/06, mqaiserm <[EMAIL PROTECTED]> wrote:

I have added http end point in my servicemix.xml like this :

<sm:activationSpec>
       <sm:component>
        <http:component>
        <http:endpoints>
            <http:endpoint service="demo:Hello"
                                         endpoint="helloService"
                       role="consumer"
                     defaultOperation="pingHello"
                       locationURI="http://localhost:8194/Service/";
                       defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
                 soap="true" />
         </http:endpoints>
         </http:component>

        </sm:component>
       </sm:activationSpec>

But when I am going to http://localhost:8194/Service/main.wsdl , I am
getting this error :

HTTP ERROR: 404
No wsdl is available for this service
RequestURI=/Service/main.wsdl

Any idea ?
--
View this message in context: 
http://www.nabble.com/no-wsdl-available-for-end-point-t1577004.html#a4281155
Sent from the ServiceMix - User forum at Nabble.com.


Reply via email to