SAP ABAP Class CL_SOAP_HTTP_TPBND_ROOT (Abstract Class for All SOAP HTTP Transport Bindings)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_CORE (Package) SOAP Runtime: Core SOAP Functionality
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_TRANSPORT_BINDING_ROOT Abstract Class for All SOAP Transport Bindings 20030630
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_HTTP_TRANSPORT_BINDING SOAP Transport Binding for HTTP 20030630
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SOAP11_HTTP_TPBND SOAP Transport Binding for HTTP 20030630
Properties
Class CL_SOAP_HTTP_TPBND_ROOT  
Short Description Abstract Class for All SOAP HTTP Transport Bindings    
Super Class CL_SOAP_TRANSPORT_BINDING_ROOT Abstract Class for All SOAP Transport Bindings 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CORE   SOAP Runtime: Core SOAP Functionality 
Created 20030630   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_HTTP_CLIENT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_SXML Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 TSOAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 TSRC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 TSRTM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SOAP_HTTP_TRANSPORT_BINDING SOAP Transport Binding for HTTP 20030630
Friends
# Friend Modeled only Created on Description
1 CL_SRT_WSP_RT_CONFIG 20110330 WSP Configuration Runtime Object
2 CL_WS_SECURITY_PROTOCOL 20081127 Web Services Security Log Implementation
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CLASS_NAME Constant Private Type reference (TYPE) STRING 'CL_SOAP_HTTP_TPBND_ROOT' Class Name 20040415
2 CO_ERR_AREA_ID Constant Private Type reference (TYPE) SRT_MONI_ERRORAREA TSRTM_ERRAREA_CORE Area ID 20070307
3 CO_HTTP_HEADER_SERVER_INFO Constant Private Type reference (TYPE) STRING 'SAP-SRT_SERVER_INFO' HTTP Header for Server Details 20080503
4 CO_HTTP_HEADER_SERVER_INFO_EXT Constant Public Type reference (TYPE) STRING 'sap-srt_server_info_ext' 20130527
5 CO_PROCESSOR_ID Constant Private Type reference (TYPE) SRT_MONI_PROC_ID TSRTM_PROC_ID_TRANSP_BND_HTTP SOAP Runtime Processor Unit ID 20060203
6 CO_SEPARATOR_EQUAL Constant Private Type reference (TYPE) STRING '{=}' Separator 'Equal' 20060309
7 CO_SEPARATOR_HASH Constant Private Type reference (TYPE) STRING '{#}' Separator 'Hash' 20060308
8 CO_SERIAL_VERS_710_0 Constant Private Type reference (TYPE) SRT_SERIAL_VERS '000' Serialization Version 20061114
9 CO_SERIAL_VERS_710_1 Constant Private Type reference (TYPE) SRT_SERIAL_VERS '001' Serialization Version 20061114
10 CO_SERIAL_VERS_CURRENT Constant Private Type reference (TYPE) SRT_SERIAL_VERS CO_SERIAL_VERS_710_1 Serialization Version 20061114
11 CO_SESSMETH_COOKIE Instance attribute Public Attribute reference (LIKE) 20030630
12 CO_SESSMETH_NONE Instance attribute Public Attribute reference (LIKE) 20030630
13 CO_SESSTATE_NONE Instance attribute Public Attribute reference (LIKE) 20030630
14 CO_SESSTATE_OFF Instance attribute Public Attribute reference (LIKE) 20030630
15 CO_SESSTATE_ON Instance attribute Public Attribute reference (LIKE) 20030630
16 CO_SIMPLE_TRANS_ID Constant Private Type reference (TYPE) CXSLTDESC TSRTM_HIB_TB_HTTP_ROOT ABAP Name of Corresponding ST 20061114
17 CO_SOAP_RECEIVER Instance attribute Public Attribute reference (LIKE) 20030630
18 CO_SOAP_SENDER Instance attribute Public Attribute reference (LIKE) 20030630
19 CO_URI_SOAP11_HTTP_TPBND Instance attribute Public Attribute reference (LIKE) 20030630
20 MR_LOCAL_HTTP_EXTENSION Instance attribute Private Object reference (TYPE REF TO) CL_WS_LOCAL_CALL_HTTP_EXT Simulates HTTP Extension for Local Call (Shortcut) 20080107
21 MV_IGNORE_RESPONSE_BODY Instance attribute Private Type reference (TYPE) XSDBOOLEAN Ignorieren des Response Body (Plain SOAP, one-way) 20120124
22 M_BXML Instance attribute Protected Type reference (TYPE) IF_SXML=>XML_STREAM_TYPE IF_SXML=>CO_XT_XML10 Send with Binary XML 20060330
23 M_CLIENT Instance attribute Protected Object reference (TYPE REF TO) IF_HTTP_CLIENT HTTP Client Abstraction 20030630
24 M_COMPRESS_REQUEST Instance attribute Protected Type reference (TYPE) STRING Compress HTTP message 20101203
25 M_COMPRESS_RESPONSE Instance attribute Protected Type reference (TYPE) STRING Accept compressed HTTP message 20101203
26 M_CONS_MAX_TIMEOUT Instance attribute Protected Type reference (TYPE) I IF_HTTP_CLIENT=>CO_TIMEOUT_DEFAULT Consumer max. wait time 20101203
27 M_DEST Instance attribute Protected Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20030630
28 M_DEST_PATH Instance attribute Protected Type reference (TYPE) STRING Destination Path (Suffix) 20030902
29 M_ENABLE_HTTP11 Instance attribute Protected Type reference (TYPE) BOOLEAN TSOAP_TRUE Use HTTP 1.1 (true) or 1.0 (false) 20030630
30 M_ENABLE_SOAPACTION Instance attribute Protected Type reference (TYPE) BOOLEAN SOAP Action Header Field Enabled 20030902
31 M_ENFORCE_LOCAL_CALL Instance attribute Protected Type reference (TYPE) BOOLEAN Flag to Force Local Processing 20070110
32 M_ENFORCE_NON_LOCAL_CALL Instance attribute Protected Type reference (TYPE) BOOLEAN Flag to Force Non-Local Processing 20070110
33 M_ENTITY Instance attribute Protected Object reference (TYPE REF TO) IF_HTTP_ENTITY HTTP Framework (iHTTP) HTTP Entity 20030701
34 M_FORM_FIELDS Instance attribute Private Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Table Name/Value Pairs 20101217
35 M_FUNC_STACK_LEVEL Instance attribute Private Type reference (TYPE) I Stack Level for Funcitonal Trace 20081202
36 M_LOCAL_CALL Instance attribute Protected Type reference (TYPE) BOOLEAN Flag for Local Call 20061017
37 M_LOGON_LANGUAGE Instance attribute Protected Type reference (TYPE) STRING Logon Language 20061124
38 M_METHOD Instance attribute Protected Type reference (TYPE) QNAME SOAP Method 20030808
39 M_PLOAD_STACK_LEVEL Instance attribute Private Type reference (TYPE) I Stack Level for Payload Trace 20081210
40 M_PROXY_HOST Instance attribute Protected Type reference (TYPE) STRING Name of proxy host 20101203
41 M_PROXY_PORT Instance attribute Protected Type reference (TYPE) STRING Port number of proxy host 20101203
42 M_PROXY_PWD Instance attribute Protected Type reference (TYPE) STRING Cred. for proxy access 20101203
43 M_PROXY_USER Instance attribute Protected Type reference (TYPE) STRING User name for proxy access 20101203
44 M_REQUEST Instance attribute Protected Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20030630
45 M_RESPONSE Instance attribute Protected Object reference (TYPE REF TO) IF_HTTP_RESPONSE HTTP Framework (iHTTP) HTTP Response 20030630
46 M_SAP_LOGON_LANGUAGE Instance attribute Protected Type reference (TYPE) SYLANGU SAP Logon Language 20061124
47 M_SERVER Instance attribute Protected Object reference (TYPE REF TO) IF_HTTP_SERVER HTTP Framework (iHTTP) HTTP Server 20030630
48 M_SESSION_METHOD Instance attribute Protected Type reference (TYPE) I CL_SOAP_RUNTIME=>CO_SESSMETH_NONE Mechanism for Realizing Session 20030630
49 M_SESSION_STATE Instance attribute Protected Type reference (TYPE) I Session State 20030630
50 M_SOAPACTION Instance attribute Protected Type reference (TYPE) STRING SOAP Action Header Field 20030902
51 M_TPBND_RELOADED Instance attribute Private Object reference (TYPE REF TO) IF_SRT_WSP_RT_CONFIG Reloaded Config for transport binding only 20110330
52 M_TRCTX Instance attribute Protected Object reference (TYPE REF TO) IF_SOAP_HTTP_TRANSPORT_CONTEXT Shared Interface of all SOAP HTTP Transport Contexts 20030630
53 M_URL Instance attribute Protected Type reference (TYPE) STRING URL 20030630
54 M_URL_HOST Instance attribute Protected Type reference (TYPE) STRING Host name for access URL (Transport Binding 710) 20101203
55 M_URL_PATH Instance attribute Protected Type reference (TYPE) STRING URL Access Path (Transport Binding 710) 20101203
56 M_URL_PORT Instance attribute Protected Type reference (TYPE) STRING Port number of access URL 20101203
57 M_URL_PROT Instance attribute Protected Type reference (TYPE) STRING Protocol information for access URL 20101203
58 M_USED_CONFIG Instance attribute Private Type reference (TYPE) XSDBOOLEAN HTTP Client created by Configuration 20101203
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20030630
2 CREATE_CLIENT_BY_CONFIG Instance method Protected Method Generate HTTP Client Control Block Using RT Config 20101203
3 CREATE_CLIENT_BY_DESTINATION Instance method Protected Method Generate HTTP Client Control Block Using SM59 Destination 20060411
4 CREATE_CLIENT_BY_URL Instance method Protected Method Generate HTTP Client Control Block Using URL 20060411
5 FILL_PART Instance method Private Method Fills XML Part of Directly Serializable Attributes 20050610
6 GET_HTTP_HEADERS Instance method Protected Method Analyze HTTP Headers 20030701
7 GET_SOAP_FAULT_FRAGMENT Instance method Private Method Get_SOAP FAULT fragment from response 20080530
8 HANDLE_ERROR_CLIENT Instance method Protected Method 20121210
9 HANDLE_RECEIVE_ERROR_CLIENT Instance method Protected Method 20121210
10 HANDLE_RECEIVE_HTTP_RET_CODE Instance method Protected Method 20121211
11 HANDLE_SEND_ERROR_CLIENT Instance method Protected Method 20121210
12 SEARCH_FAULT_TAG Instance method Private Method Search for a SOAP FAULT tag 20080603
13 SEND_BY_SHORTCUT Instance method Protected Method Serialize and Send Message by Shortcut 20061017
14 SET_CLIENT_BY_DESTINATION Instance method Protected Method 20030902
15 SET_CLIENT_BY_URL Instance method Protected Method 20030702
16 SET_ERROR Instance method Protected Method Create Error Text for Header Errors 20060713
17 SET_FORM_FIELDS Instance method Protected Method Set form fields 20101217
18 SET_HTTP_HDR_CONTENT_TYPE Instance method Public Method set http Content-Type depends on the XML Optimization 20090108
19 SET_HTTP_HEADERS Instance method Protected Method Initialize HTTP Headers 20030701
20 SET_HTTP_HEADERS_FOR_SHORTCUT Instance method Protected Method Write Simulated HTTP Header Fields 20061017
21 SET_RESP_HTTP_CODE_TO_202 Instance method Public Method Set HTTP Code of Response to 202 20070426
22 SET_SOAP_VERSION_DATA Instance method Public Method set soap version tpbnd uri, namespace 20081128
23 SET_SOAP_VERS_BY_CONT_TYPE Instance method Private Method set SOAP Version and TPBND URI by Content-Type on Server 20080818
24 SWITCH_CURRENT_SOAP_VERSION Instance method Public Method switch the cuurent soap version 20081128
25 TRACE_PAYLOAD Instance method Protected Method Write Message to Error Log File 20030701
26 TRACE_REQUEST Instance method Protected Method Write Request to Trace 20030715
27 TRACE_RESPONSE Instance method Protected Method Write Response to Trace 20030715
28 UPDATE_CLIENT_BY_CONFIG Instance method Protected Method Update Request-related data in HTTP Client 20101206
Events
Class CL_SOAP_HTTP_TPBND_ROOT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ERROR_INFO Private See coding 20080530 BEGIN OF ty_error_info, http_code TYPE string, http_reason TYPE string, soap_fault TYPE string, END OF ty_error_info
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TPBND_URI Call by reference Type reference (TYPE) ANYURI Any URI 20080630

Method CONSTRUCTOR on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method CREATE_CLIENT_BY_CONFIG Signature

Method CREATE_CLIENT_BY_CONFIG on class CL_SOAP_HTTP_TPBND_ROOT has no parameter.
Method CREATE_CLIENT_BY_CONFIG on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method CREATE_CLIENT_BY_DESTINATION Signature

Method CREATE_CLIENT_BY_DESTINATION on class CL_SOAP_HTTP_TPBND_ROOT has no parameter.
Method CREATE_CLIENT_BY_DESTINATION on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method CREATE_CLIENT_BY_URL Signature

Method CREATE_CLIENT_BY_URL on class CL_SOAP_HTTP_TPBND_ROOT has no parameter.
Method CREATE_CLIENT_BY_URL on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method FILL_PART Signature

Method FILL_PART on class CL_SOAP_HTTP_TPBND_ROOT has no parameter.
Method FILL_PART on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method GET_HTTP_HEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTITY Value transfer Object reference (TYPE REF TO) IF_HTTP_ENTITY 20030701

Method GET_HTTP_HEADERS on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method GET_SOAP_FAULT_FRAGMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FAULT_FRAGMENT Call by reference Type reference (TYPE) XSTRING SOAP Fault Fragment 20080530
2 Exporting FAULT_STRING Call by reference Type reference (TYPE) STRING SOAP Fault String 20080718
3 Exporting HTML_ERROR_PAGE Call by reference Type reference (TYPE) STRING HTML Error Page 20080621
4 Importing HTTP_ERROR_TEXT Call by reference Type reference (TYPE) STRING Error Text from HTTP Layer 20080610
5 Importing HTTP_RESPONSE Call by reference Object reference (TYPE REF TO) IF_HTTP_RESPONSE HTTP Framework (iHTTP) HTTP Response 20080530

Method GET_SOAP_FAULT_FRAGMENT on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method HANDLE_ERROR_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_ICFERRORMSG Call by reference Type reference (TYPE) STRING 20121210
2 Exporting EV_HTTP_CLASS Call by reference Type reference (TYPE) TADIR-OBJ_NAME 20121210
3 Exporting EV_ICFERROREXC Call by reference Type reference (TYPE) STRING 20121210
4 Exporting EV_RETRY Call by reference Type reference (TYPE) BOOLEAN 20121210
5 Exporting EV_T100_AREA Call by reference Type reference (TYPE) ARBGB 20121210
6 Exporting EV_T100_MSGNO Call by reference Type reference (TYPE) MSGNR 20121210
7 Exporting EV_T100_TEXT Call by reference Type reference (TYPE) STRING 20121210
8 Importing IV_SUBRC Value transfer Type reference (TYPE) SYSUBRC 20121210

Method HANDLE_ERROR_CLIENT on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method HANDLE_RECEIVE_ERROR_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUBRC Value transfer Type reference (TYPE) SYSUBRC 20121210

Method HANDLE_RECEIVE_ERROR_CLIENT on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method HANDLE_RECEIVE_HTTP_RET_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ERROR_STRING Call by reference Type reference (TYPE) STRING 20121211
2 Exporting EV_HTTP_CODE Call by reference Type reference (TYPE) CHAR10 20121211

Method HANDLE_RECEIVE_HTTP_RET_CODE on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method HANDLE_SEND_ERROR_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUBRC Value transfer Type reference (TYPE) SYSUBRC 20121210

Method HANDLE_SEND_ERROR_CLIENT on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method SEARCH_FAULT_TAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FRAGMENT Value transfer Type reference (TYPE) STRING 20080603
2 Importing INPUT Call by reference Type reference (TYPE) STRING 20080603
3 Importing TAGNAME Call by reference Type reference (TYPE) STRING 20080603

Method SEARCH_FAULT_TAG on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method SEND_BY_SHORTCUT Signature

Method SEND_BY_SHORTCUT on class CL_SOAP_HTTP_TPBND_ROOT has no parameter.
Method SEND_BY_SHORTCUT on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method SET_CLIENT_BY_DESTINATION Signature

Method SET_CLIENT_BY_DESTINATION on class CL_SOAP_HTTP_TPBND_ROOT has no parameter.
Method SET_CLIENT_BY_DESTINATION on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method SET_CLIENT_BY_URL Signature

Method SET_CLIENT_BY_URL on class CL_SOAP_HTTP_TPBND_ROOT has no parameter.
Method SET_CLIENT_BY_URL on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method SET_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTITY Call by reference Object reference (TYPE REF TO) IF_HTTP_ENTITY HTTP Framework (iHTTP) HTTP Entity 20060713
2 Exporting ERRORCODE Value transfer Type reference (TYPE) TSOAP_CORE_ERRORS 20060713
3 Exporting ERRORTEXT Call by reference Type reference (TYPE) STRING 20060713
4 Importing USE_CASE Call by reference Type reference (TYPE) STRING 20080707
5 Importing VALUE Call by reference Type reference (TYPE) STRING 20060713

Method SET_ERROR on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method SET_FORM_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTITY Call by reference Object reference (TYPE REF TO) IF_HTTP_ENTITY HTTP Framework (iHTTP) HTTP Entity 20101217

Method SET_FORM_FIELDS on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method SET_HTTP_HDR_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ENTITY Call by reference Object reference (TYPE REF TO) IF_HTTP_ENTITY HTTP Framework (iHTTP) HTTP Entity 20090108

Method SET_HTTP_HDR_CONTENT_TYPE on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method SET_HTTP_HEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTITY Value transfer Object reference (TYPE REF TO) IF_HTTP_ENTITY HTTP Framework (iHTTP) HTTP Entity 20030701

Method SET_HTTP_HEADERS on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method SET_HTTP_HEADERS_FOR_SHORTCUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TRANSPORT_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WS_LOCAL_CALL_TRANSPORT_CTX Transport Kontext für lokale Aufrufe 20061017

Method SET_HTTP_HEADERS_FOR_SHORTCUT on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method SET_RESP_HTTP_CODE_TO_202 Signature

Method SET_RESP_HTTP_CODE_TO_202 on class CL_SOAP_HTTP_TPBND_ROOT has no parameter.
Method SET_RESP_HTTP_CODE_TO_202 on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method SET_SOAP_VERSION_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOAP_VERSION Call by reference Type reference (TYPE) ANYURI Any URI 20081128
2 Importing TPBND_URI Call by reference Type reference (TYPE) ANYURI Any URI 20081128

Method SET_SOAP_VERSION_DATA on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method SET_SOAP_VERS_BY_CONT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LOCAL_CALL Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20080818
2 Importing VALUE Call by reference Type reference (TYPE) STRING 20080818

Method SET_SOAP_VERS_BY_CONT_TYPE on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method SWITCH_CURRENT_SOAP_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SWITCH_DIRECTION Call by reference Type reference (TYPE) I '1" 20081128

Method SWITCH_CURRENT_SOAP_VERSION on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method TRACE_PAYLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTITY Call by reference Object reference (TYPE REF TO) IF_HTTP_ENTITY Request/Response Nachricht 20030701

Method TRACE_PAYLOAD on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method TRACE_REQUEST Signature

Method TRACE_REQUEST on class CL_SOAP_HTTP_TPBND_ROOT has no parameter.
Method TRACE_REQUEST on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method TRACE_RESPONSE Signature

Method TRACE_RESPONSE on class CL_SOAP_HTTP_TPBND_ROOT has no parameter.
Method TRACE_RESPONSE on class CL_SOAP_HTTP_TPBND_ROOT has no exception.

Method UPDATE_CLIENT_BY_CONFIG Signature

Method UPDATE_CLIENT_BY_CONFIG on class CL_SOAP_HTTP_TPBND_ROOT has no parameter.
Method UPDATE_CLIENT_BY_CONFIG on class CL_SOAP_HTTP_TPBND_ROOT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 640