I am publishing one web service using JSR181 components and Http End point
and desc of these components is :

<sm:activationSpec>
       <sm:component>
         <jsr181:component>
           <jsr181:endpoints>
             <jsr181:endpoint
pojoClass="com.rhg.infrastructure.webservices.MessagingService" 
                annotations="none" service="my:MessageSender"
endpoint="MessageService"/>
           </jsr181:endpoints>
         </jsr181:component>
       </sm:component>
       </sm:activationSpec>

      <!-- creating endpoint/WSDL for above mentioned JSR181 component -->

       <sm:activationSpec>
       <sm:component>
        <http:component>
        <http:endpoints>
            <http:endpoint service="my:MessageSender"
                                         endpoint="MessageService"
                       role="consumer" 
                     defaultOperation="sendMessage2"
                       locationURI="http://localhost:8194/errorLoggingService/";
                       defaultMep="http://www.w3.org/2004/08/wsdl/in-out"; 
                 soap="true" />
         </http:endpoints>
         </http:component>
         
        </sm:component>
       </sm:activationSpec> 


When I am trying to access this web service in explorere using this URL : 

http://localhost:8194/errorLoggingService/

I should get WSDL , but I am getting this error :

HTTP ERROR: 405
GET not supported

Any idea ?
-- 
View this message in context: 
http://www.nabble.com/HTTP-ERROR%3A-405-%2C-GET-not-supported-tf1862260.html#a5086689
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to