Hi back in the day of 2.6.x I use to be able to test web services from a browser, i.e.
http://127.0.0.1:8080/mycontext/ws/MyService?wsdl use to return the wsdl then I could do http://127.0.0.1:8080/mycontext/ws/MyService/foo use to run MyService.foo(); I don't seem to be able to just do that in 2.7.3 anymore, has the url format changed and or is it not supported anymore? It was useful for quickly testing things like an isAlive() or getTime() so people writing clients had something to easily test against and know it's their client at fault and the server is working. -- Ted.
