I tried to edit my axis' server-config.wsdd. My plan was to insert 2 global parameters: <parameter name="axis.enableListQuery" value="true"/> <parameter name="axis.development.system" value="true"/> I tested this by going to http://localhost:8080/axis/service/myservice?list, but the page coudn't be found. Then I tried AdminClient -list , but it returned an "internal server error". I had to reuse the original server-config.wsdd to make adminClient work again. How can I make changes in server-config.wsdd? Is there a list of all availible parameters somewhere? What about a list of parameters for deploy.wsdd?
Thanks, Daniel
