2 Replies Latest reply on Jul 18, 2008 10:53 AM by atriano

    webservices

    atriano

      hi! can everybody make a little tutorial "how to deploy a webservice into jboss-esb-server"?
      I run the quickstart but doesn't work. (webservice_producer and webservice_consumer)
      Thanks!
      Atriano

        • 1. Re: webservices
          jim.ma

          Run "and deploy" under webservice_producer quickstart , you can see the following message in JbossESB console :

          09:48:00,230 INFO [TomcatDeployer] deploy, ctxPath=/Quickstart_webservice_producer, warUrl=.../tmp/deploy/tmp4045Quickstart_webservice_producer.esb-contents/Quickstart_webservice_producer-exp.war/
          09:48:01,442 INFO [WSDLFilePublisher] WSDL published to: file:/home/jimma/project/jbossesb/workspace/jimma/product/build/jbossesb-server-4.3.GA/server/default/data/wsdl/Quickstart_webservice_producer.esb/Quickstart_webservice_producer.war/GoodbyeWorldWSService4046.wsdl

          You can also check if webservice is deployed successfully in web service list page http://localhost:8080/jbossws/services. Does this help ?

          • 2. Re: webservices
            atriano

            thanks, now, I can see my service in http://localhost:8080/jbossws/services but I cannot run "runtest"... I put the console server error in oher post.
            thanks!