7 Replies Latest reply on Aug 4, 2011 8:58 PM by chandraprabha

    cxf:cxfEndpoint not working

    chandraprabha

      Hi All,

       

      I am creating a webservice using cxf:cxfEndpoint

      bean.xml

      <cxf:cxfEndpoint id="member-webservice"

                         address="http://localhost:8092/Service/MemberWs/"

                         serviceName="member:service"                         

                         serviceClass="#myBean"

                         wsdlURL="classpath:wsdl/my.wsdl"/>

       

       

      when I deploy this in service mix i do not  get any error but http://localhost:8092/Service/MemberWs does not return the wsdl.

       

      Please help