----- Original Message ----- From: "Alan Gordie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 04, 2002 6:17 AM Subject: RE: Patch for AxisServlet.java for browsing services/operations/params
> Ivelin, > > Thanks for the kind words. > > Yes, I am working towards a dynamically generated operation invocation > mechanism via browser for testing, etc. However, that is still a long way > off. Unlike .Net's consumer page, which works using an HTTP adapter, I'm > planning to dynamically create a Call object within the servlet based on > interaction with the user ultimately ending with invocation of that Call > against the service via SOAP. > > If you have any specific suggestions or requests for features in this area, > please post them here and I'll be more than happy to add them to the list. one suggestion: make it easy to turn off. while this stuff is great for testing, in production i want to make it hard for people to find what entry points I have, and I dont want GET based wrappers around SOAP calls. -steve