Axissians,
I've noticed that it will be possible to programatically stop & start a WS that has already been registered. http://nagoya.apache.org/jira/browse/AXIS-1424
I need to programatically create and register my web service and bypass WSDD files all together. For example. I want to be able to expose a all methods of a given class as a WS.
Something like.
SoapService newSoapService = new SoapService(); newSoapService.setName("JiraSoap"); newSoapService.setClassName(pathToMyClass);
Registry.register(newSoapService);
Is this possible at all? Are there any references that I can look at? What classes should I be looking at?
thanks
Mark C
-------------------------------------
ATLASSIAN - http://www.atlassian.com/
Confluence - the professional J2EE wiki - tried it yet? http://www.atlassian.com/confluence/