Hello
I am working on an old web project concepted with webMethods.
This web application essentially consist into an html page containing a form
We call this page using the following URL : http://myIS/MyApplicationPackageName/index.dsp
Target of the form is an URL calling a server “central & unique” service like this : /invoke/lyr.spy.ui/getData
This lyr.spy.ui:getData service do it’s work and generate an html response.
My administrator want that we stop to call the service using the invoke url and to use anoter URL like this : http://myIS/MyApplicationPackageName/somethingWhichExecuteMyService
Is it possible to do that in an easy manner (ie without redoing the whole web application)?
Thanks for your help