----- Original Message ----- From: "Vaishakhi Ajmera" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 19, 2002 14:25 Subject: Re: What should be the location of the webservice
> Yes, I have read the documentation and here is the line that tells us what > to do > > % copy Calculator.java <your-webapp-root>/axis/Calculator.jws > > I am just not sure if this means that the jws files need to go under the > axis directory only and cannot be placed in some other directory under > <my-webapp-root>. > It would be nice for me to have all my project files including my > webservices in the directory I want and don't want this dependency on axis > directory. > start with webapp theory. 1. how will the code to service jws pages get into your own webapp? 2. how can you bind .jws be bound to some axis code? The answer is: you have to add the things to your web app to do it, because each one is isolated from the other. so you can add them into a new webapp, but you need to know what you are doing, that is in basic webapp construction (as per the java servlet api spec), and how to look at Axis to work out what you need to borrow
