try
{
InvocationContext invContext = new InvocationContext();
invContext.setTargetBean(this);
reqHandler.handleRequest(endpoint, inputStream, outStream, invContext);
}
catch (Exception ex)
{
throw new RemoteException("Cannot process SOAP request", ex);
}