Start of Content Area

Procedure documentation Developing a HTTP Request Handler  Locate the document in its SAP Library structure

Use

The central task when creating a HTTP request handler is to implement the interface IF_HTTP_EXTENSION. A prerequisite for this is implementing the method HANDLE_REQUEST (), to make it possible to determine how the HTTP request handler should process an incoming HTTP request.

The UML diagram in the section Classes and Interfaces for the Server Role shows the interaction between the classes and interfaces of the ICF.

The completed HTTP request handler is added to an ICF service:

Process Flow

 

·        Step 1:   Create a HTTP request handler

·        Step 2:   Create and Configure ICF Service

·        Step 3:   Test the HTTP request handler

·        Step 4:   Troubleshooting

·        Step 5:   Performance measurements

·        Step 6:   Transport ICF services

·         

 

End of Content Area