1 Reply Latest reply on May 29, 2012 4:17 AM by davsclaus

    FUSE ESB servlet url

    mathieuj

      hi,

       

      i have done a webservice with fuse using a servlet but i don't find the url to get the service.

       

       

      my mapping is:

       

          <servlet-mapping>

              <servlet-name>CamelServlet</servlet-name>

              <url-pattern>/camel/*</url-pattern>

          </servlet-mapping>

       

      and the beginning of my service is:

          from("servlet:///hello").process(new Processor() {..... }

       

      the bundle is correlty launched , the probleme is just for call it.

       

      thank you for your help.

       

      Mathieu