Put the jws inside a .WAR packaged application and then you may deploy it as usual.
Of course your source code remains a little bit exposed. You may also deply the .class files using AdminClient and a .wsdd, then pack the whole appplication folder as a .WAR. When you deploy a WebService Axis keeps the corresponding description in the WEB-INF/server-config.wsdd file. Just carry it along to build a WAR with the service application ready to run. *Saran doug wrote: > so now i've seen this asked a couple of times without an explicit > answer. can someone from development confirm that java packages are not > currently supported for jws files? thanks. > > > >
