Show TOC

WEBSERVICELocate this document in the navigation structure

Use

WEBSERVICE ( <command interface> ).

WEBSERVICE ( <command interface> , <target system> ).

See also: Testing Web Services and Uploading Web Service Test Scenarios

Command Interface

The command interface contains a reference to an ABAP proxy class and a method of the class.

In the structure editor, the editable view of the command interface is simplified to display only the essential information. If you want to see the complete details, you can choose to display the XML view.

Main Nodes

GENERALINFO

PROXY

ABAP

Proxy class and a method of the class.

LOGICALPORT

NAME

Name of the logical port. You can now enter values for the changeable parameters.

NAME_EXEC

eCATT generated name. Not for user.

PATH_SUFFIX

You can enter fixed values here but not parameter names. If the destination or logical port does not specify the path suffix, you need to enter it here.

IMPORTING

You can parameterize the import values of the proxy method.

EXPORTING

You can parameterize the export values of the proxy method.