0 Replies Latest reply on May 11, 2010 3:21 AM by aditya_addicted.adi

    Lauching Wsdl-first through servicemix-web over tomcat.

    aditya_addicted.adi

      Hey Guys,

       

      I am relatively new to fuse -ServiceMix. I have changed applicationContext.xml of servicemix-web in fuse examples to attached applicationContext.xml I have added PersonImpl and wsdl in the servicemix-web also edited pom.xml for wsdl first approach.

       

      Web.xml and HttpManageServlet remained the same.

       

      After deploying the war on tomcat I could see a service launched over /jbi/PersonService but i don't see any wsdl over the link.

       

      Beside I also edited the index.html in the example to send a soap request to HttpManageServlet which in-turn sends it over to the service and returns with the out message. which is just like the client.html of wsdl-first.

       

      but I am getting a following error.

       

      May 5, 2010 4:40:50 PM org.apache.servicemix.jbi.nmr.DefaultBroker resolveAddress

      WARNING: ServiceName (PersonService) specified for routing, but can't find it registered

       

      Can any one help me in knowing what am I doing wrong in here. I am using Fuse 3.4.0.4

       

      Many thanks in advance.

      Aditya