Process a method invocation request on a Web service. The serviceInfo
and webServiceRequest attributes of RequestInfo
object should have been populated at this point.
Parameters: req - HTTP request Parameters: res - HTTP response Parameters: reqInfo - RequestInfo object that holds information about current request throws: ServletException - throws: IOException -
Invoked when the Web services container cannot find the requested service, service
is not loaded or a service is not running.
Parameters: req - HTTP request Parameters: res - HTTP response throws: IOException -