I am deploying one http end point and I am using the servicemix3.0-M1 version
and using following configuration :

<sm:activationSpec>
        <sm:component>
         <http:component>
            <http:endpoints>
                 <http:endpoint service="xfire:Echo"
                       endpoint="dummy"
                       role="consumer" 
                       soap="true"
                       locationURI="http://localhost:8192/";
                       defaultMep="http://www.w3.org/2004/08/wsdl/in-out"; />

           </http:endpoints>
         </http:component>
         </sm:component>
        </sm:activationSpec>

I am getting error that the "The prefix "http" for element "http:component"
is not bound."  

Any idea ?

--
View this message in context: 
http://www.nabble.com/http-end-point-t1550675.html#a4212232
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to