Class

atg.server.soap.server.DynamoRPCRouterServlet

Component

/atg/projects/b2bstore/soap/RPCRouterServlet (DAS)

RPCRouterServlet is included in the DAS servlet pipeline when ServletPathDispatcher detects a SOAP message in the request and dispatches the request to appropriate servlet, RPCRouterServlet. See ServletPathDispatcher for more information on the processes handled by it.

Then, RPCRouterServlet extracts the SOAP message and passes it to the RPCRouter component, effectively ending the DAS servlet pipeline.

For information on how RPCRouterServlet and other SOAP features are implemented in the Motorprise application, see the Server Pieces of SOAP in Motorprise section in the SOAPSupport chapter of the ATG Business Commerce Reference Application Guide.

 
loading table of contents...