Show TOC

Procedure documentationProviding Web Services in ABAP Applications Locate this document in the navigation structure

 

You can provide a stateful, a stateless, an XI 3.0 compatible, or a TU&C/C service.

Procedure

To create a service, perform the following steps:

  1. Model a service interface in the Enterprise Services Repository.

  2. Generate a provider proxy.

  3. Fill the provider proxy methods with the required logic.

  4. Create a runtime configuration for the provider proxy.

  5. Test your service.

  6. Publish the service definition.

For more information, refer to the section:

Developing a Web Service in Outside-In Mode