Start of Content Area

Syntax documentation WEBSERVICE  Locate the document in its SAP Library structure

WEBSERVICE ( <command interface> ).

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

See also Testing Web Services.

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

 

 

 

 

[IDENTIFICATION]

END POINT

End point URL. The system stores the complete end point URL in this field for reference reasons (target system describing part and service addressing part).

 

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 now enter values for the changeable parameters. 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.

 

 

End of Content Area