INTF IF_SOAP_DESTINATION
Source Link
Open in ADT
Home
Previous Object: IF_SLIN_GOV_DBTAB_ACCESS
Next Object: IF_SWF_CP_JSON
Status: RELEASED
Public
Interface if_proxy_destination
Type tv_operation TYPE if_soap_destination=>tv_operation
Constant soap_version_11 TYPE STRING
Constant soap_version_12 TYPE STRING
Method set_soap_version
IMPORTING
 i_soap_version TYPE STRING
RAISING cx_soap_destination_error
Method set_url
IMPORTING
 i_url TYPE STRING
RAISING cx_soap_destination_error
Method set_soap_action
IMPORTING
 i_operation TYPE if_soap_destination=>tv_operation
 i_action TYPE STRING
RAISING cx_soap_destination_error
Method set_max_wait_time
IMPORTING
 i_max_wait_time TYPE INT4
RAISING cx_soap_destination_error
Method set_compress_message
IMPORTING
 i_compress_message TYPE ABAP_BOOL
RAISING cx_soap_destination_error
Method set_basic_authentication
IMPORTING
 i_user TYPE STRING
 i_password TYPE STRING
RAISING cx_soap_destination_error
Method set_scc
IMPORTING
 i_location_id TYPE STRING
RAISING cx_soap_destination_error
Method use_client_certificate
RAISING cx_soap_destination_error
Exists on:
754 | false |
750 | false |
702 | false |
Bug reports and ideas welcome
Made using abaplint.app