!--a11y-->
WEBSERVICE 
WEBSERVICE ( <command interface> ).
WEBSERVICE ( <command interface> , <target system> ).
See
also
Testing Web Services.
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 parameterize this. |
|
|
NAME_EXEC eCATT generated name. Not for user. |
|
|
PATH_SUFFIX You can parameterize this. 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. |