1 Reply Latest reply on Aug 25, 2005 3:18 PM by hinkelstone

    Unable to deploy web service

    praneeth.bits

      Hi,

      I am not able to deploy web services I created, on jboss.Jboss is not replacing the URL in the wsdl file after deployment.More over I have no jar file like jboss-ws4ee-client.jar or somethin like that.How does one deploy a web service on jboss.Is there any other configuration setting to be done?

      thanks in advance,
      Praneeth

        • 1. Re: Unable to deploy web service
          hinkelstone

          Hi Praneeth,
          in order to deploy web services on the JBoss AS, you simply need to deploy your jar to the deploy folder. You don't need any jboss-ws4ee-client.jar - there is already a jboss-ws4ee.sar deployed, per default.
          Try to have a look at the examples on JBoss.org or have a look at our [j:ws] project (at http://www.jread.org), which provides infrastructural components to simplify the creation of new web services.

          Regards,
          Michael