1 Reply Latest reply on Oct 25, 2004 8:57 AM by robisz

    Setup JBoss for WebServices: Where to put "soap.jar" ?

    thoste

      I wanted to setup a simple helloWorld java SOAP example under JBoss
      (pure Java - not the AXIS version)?
      So I downloaded the last Apache SOAP binary from
      http://ws.apache.org/mirrors.cgi

      Where (in which directory) do I have to put the soap.jar ?

      JBOSS_HOME\server\default\deploy

      or

      JBOSS_HOME\server\default\lib

      ?

      How do I test if the soap environment is successfully accepted/running?

      In either case the often suggested

      http://localhost:8080/soap/index.html

      does produce error ("ressource does not exist").

      Thomas