SAP ABAP Class CL_SRT_WSP_WSDL_PROVIDER_CACHE (WSDL Provider Cache)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOAP_CONFIG (Package) SOAP Configuration Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRT_WSP_WSDL_PROVIDER_CACHE WSDL Provider Cache 20081209
Properties
Class CL_SRT_WSP_WSDL_PROVIDER_CACHE  
Short Description WSDL Provider Cache    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20081208   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRT_WSP_WSDL_PROVIDER_CACHE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRT_WSP_WSDL_PROVIDER_CACHE WSDL Provider Cache 20081209
Friends
# Friend Modeled only Created on Description
1 CL_SRT_WSP_CONFIG_DT 20120625 WSP Configuration for Web Service Designtime
2 CL_SRT_WSP_FACTORY 20120625 WSP Factory Class
3 CL_SRT_WSP_WSDL_HANDLER 20120625 WSDL Handler
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_SRT_WSP_WSDL_PROVIDER_CACHE' 20081208
2 M_CACHE_VALIDITY_ID Static Attribute Private Type reference (TYPE) I 1 Version ID of the WSDL Cache 20090206
3 M_EXPECTED_ACCESS_HASH Instance attribute Private Type reference (TYPE) HASH160 Hash Value (160 Bits) 20081209
4 M_VIF Static Attribute Private Object reference (TYPE REF TO) IF_WS_MD_VIF_ROOT Web Services: Root 20081210
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CACHE_VALIDITY Instance method Private Method 20081211
2 CHECK_SDEF_VALIDITY Instance method Private Method 20081209
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20090206
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081210
5 CREATE Static method Protected Method 20081209
6 DELETE_ALL Instance method Private Method 20081209
7 DELETE_BY_CONFIG_KEY Instance method Private Method 20081209
8 DELETE_BY_SDEF Instance method Private Method 20081209
9 GET_ACCESS_INFO_4_BINDING_KEY Instance method Private Method 20081208
10 GET_ACCESS_INFO_4_BN_KEY_FLV Instance method Private Method 20120702
11 GET_ACCESS_INFO_4_CFG_KEY_FLV Instance method Private Method 20120702
12 GET_ACCESS_INFO_4_CONFIG_KEY Instance method Private Method 20081208
13 GET_ACCESS_INFO_4_SDEF Instance method Private Method 20081208
14 GET_ACCESS_INFO_4_SDEF_FLV Instance method Private Method 20120702
15 GET_SDEF_VALIDITY_STRING Instance method Private Method 20081209
16 GET_WSDL_FOR_BINDING_KEY Instance method Protected Method 20081208
17 GET_WSDL_FOR_BN_KEY_FLV Instance method Protected Method 20120702
18 GET_WSDL_FOR_CFG_KEY_FLV Instance method Protected Method 20120702
19 GET_WSDL_FOR_CONFIG_KEY Instance method Protected Method 20081208
20 GET_WSDL_FOR_SDEF Instance method Protected Method 20081209
21 GET_WSDL_FOR_SDEF_FLV Instance method Protected Method 20120702
22 LOCK_ACCESS_HASH Instance method Private Method 20081209
23 PERSIST_TO_DB Instance method Private Method 20081209
24 PERSIST_WSDL_FOR_BINDING_KEY Instance method Protected Method 20081209
25 PERSIST_WSDL_FOR_BN_KEY_FLV Instance method Protected Method 20120702
26 PERSIST_WSDL_FOR_CFG_KEY_FLV Instance method Protected Method 20120702
27 PERSIST_WSDL_FOR_CONFIG_KEY Instance method Protected Method 20081209
28 PERSIST_WSDL_FOR_SDEF Instance method Protected Method 20081209
29 PERSIST_WSDL_FOR_SDEF_FLV Instance method Protected Method 20120702
30 READ_FROM_DB Instance method Private Method 20081209
31 UNLOCK_ACCESS_HASH Instance method Private Method 20081209
32 _CREATE_URL_GENERATOR_4_TEST Static method Protected Method 20081219
Events
Class CL_SRT_WSP_WSDL_PROVIDER_CACHE has no event.
Types
Class CL_SRT_WSP_WSDL_PROVIDER_CACHE has no local type.
Method Signatures

Method CHECK_CACHE_VALIDITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALID Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081211
2 Importing VALIDITY_ID Call by reference Type reference (TYPE) I 20081211
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081211

Method CHECK_SDEF_VALIDITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SDEF_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20081209
2 Returning VALID Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081209
3 Importing VALIDITY_STRING Call by reference Type reference (TYPE) STRING 20081209
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081209

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SRT_WSP_WSDL_PROVIDER_CACHE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SRT_WSP_WSDL_PROVIDER_CACHE has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_SRT_WSP_WSDL_PROVIDER_CACHE has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081210

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CACHE Value transfer Object reference (TYPE REF TO) CL_SRT_WSP_WSDL_PROVIDER_CACHE WSDL Provider Cache 20081209
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081209

Method DELETE_ALL Signature

Method DELETE_ALL on class CL_SRT_WSP_WSDL_PROVIDER_CACHE has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081209

Method DELETE_BY_CONFIG_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20081209
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081209

Method DELETE_BY_SDEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SDEF_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20081209
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081209

Method GET_ACCESS_INFO_4_BINDING_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACCESS_HASH Call by reference Type reference (TYPE) HASH160 Hash Value (160 Bits) 20081209
2 Exporting ACCESS_STRING Call by reference Type reference (TYPE) STRING 20081209
3 Importing AGREEMENT Call by reference Type reference (TYPE) GUID_32 20081208
4 Importing BINDING_KEY Call by reference Type reference (TYPE) GUID_32 20081208
5 Importing FORMAT Call by reference Type reference (TYPE) SRT_WSP_SERIALIZATION_FORMAT 20081208
6 Importing SECTION Call by reference Type reference (TYPE) SRT_WSP_WSDL_SECTION 20081208
7 Importing SOAP_ACTION Call by reference Type reference (TYPE) BOOLEAN SOAPAction requested 20111102
8 Importing SOAP_VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_SOAP_VERSION 20081208
9 Importing STYLE Call by reference Type reference (TYPE) SRT_WSP_WSDL_STYLE 20081208
10 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20081208
11 Importing VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_VERSION 20081208
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081208

Method GET_ACCESS_INFO_4_BN_KEY_FLV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACCESS_HASH Call by reference Type reference (TYPE) HASH160 Hash Value (160 Bits) 20120702
2 Exporting ACCESS_STRING Call by reference Type reference (TYPE) STRING 20120702
3 Importing AGREEMENT Call by reference Type reference (TYPE) GUID_32 20120702
4 Importing BINDING_KEY Call by reference Type reference (TYPE) GUID_32 20120702
5 Importing FLAVOUR_STR Call by reference Type reference (TYPE) STRING Flavour of the WSDL 20120702
6 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20120702
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120702

Method GET_ACCESS_INFO_4_CFG_KEY_FLV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACCESS_HASH Call by reference Type reference (TYPE) HASH160 Hash Value (160 Bits) 20120702
2 Exporting ACCESS_STRING Call by reference Type reference (TYPE) STRING 20120702
3 Importing CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 20120702
4 Importing FLAVOUR_STR Call by reference Type reference (TYPE) STRING Flavour of the WSDL 20120702
5 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20120702
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120702

Method GET_ACCESS_INFO_4_CONFIG_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACCESS_HASH Call by reference Type reference (TYPE) HASH160 Hash Value (160 Bits) 20081209
2 Exporting ACCESS_STRING Call by reference Type reference (TYPE) STRING 20081209
3 Importing BINDING_IDS Call by reference Type reference (TYPE) SRT_WSP_SUBJECT_ID_TAB Table of Subject IDs 20081208
4 Importing CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 20081208
5 Importing FORMAT Call by reference Type reference (TYPE) SRT_WSP_SERIALIZATION_FORMAT 20081208
6 Importing SECTION Call by reference Type reference (TYPE) SRT_WSP_WSDL_SECTION 20081208
7 Importing SOAP_ACTION Call by reference Type reference (TYPE) BOOLEAN SOAPAction attribute 20111102
8 Importing STYLE Call by reference Type reference (TYPE) SRT_WSP_WSDL_STYLE 20081208
9 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20081208
10 Importing VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_VERSION 20081208
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081208

Method GET_ACCESS_INFO_4_SDEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACCESS_HASH Call by reference Type reference (TYPE) HASH160 Hash Value (160 Bits) 20081209
2 Exporting ACCESS_STRING Call by reference Type reference (TYPE) STRING 20081209
3 Importing FORMAT Call by reference Type reference (TYPE) SRT_WSP_SERIALIZATION_FORMAT 20081208
4 Importing SDEF_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20081208
5 Importing STYLE Call by reference Type reference (TYPE) SRT_WSP_WSDL_STYLE 20081208
6 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20081208
7 Importing VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_VERSION 20081208
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081208

Method GET_ACCESS_INFO_4_SDEF_FLV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACCESS_HASH Call by reference Type reference (TYPE) HASH160 Hash Value (160 Bits) 20120702
2 Exporting ACCESS_STRING Call by reference Type reference (TYPE) STRING 20120702
3 Importing FLAVOUR_STR Call by reference Type reference (TYPE) STRING Flavour of the WSDL 20120702
4 Importing SDEF_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20120702
5 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20120702
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120702

Method GET_SDEF_VALIDITY_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SDEF_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20081209
2 Returning VALIDITY_STRING Value transfer Type reference (TYPE) STRING 20081209
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081209

Method GET_WSDL_FOR_BINDING_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AGREEMENT Call by reference Type reference (TYPE) GUID_32 20081208
2 Importing BINDING_KEY Call by reference Type reference (TYPE) GUID_32 20081208
3 Importing FORMAT Call by reference Type reference (TYPE) SRT_WSP_SERIALIZATION_FORMAT 20081208
4 Importing SECTION Call by reference Type reference (TYPE) SRT_WSP_WSDL_SECTION 20081208
5 Importing SOAP_ACTION Call by reference Type reference (TYPE) BOOLEAN SOAPAction requested 20111102
6 Importing SOAP_VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_SOAP_VERSION 20081208
7 Importing STYLE Call by reference Type reference (TYPE) SRT_WSP_WSDL_STYLE 20081208
8 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20081208
9 Importing VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_VERSION 20081208
10 Returning WSDL Value transfer Type reference (TYPE) XSTRING 20081208
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081208

Method GET_WSDL_FOR_BN_KEY_FLV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AGREEMENT Call by reference Type reference (TYPE) GUID_32 20120702
2 Importing BINDING_KEY Call by reference Type reference (TYPE) GUID_32 20120702
3 Importing FLAVOUR_STR Call by reference Type reference (TYPE) STRING Flavour of the WSDL 20120702
4 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20120702
5 Returning WSDL Value transfer Type reference (TYPE) XSTRING 20120702
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120702

Method GET_WSDL_FOR_CFG_KEY_FLV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 20120702
2 Importing FLAVOUR_STR Call by reference Type reference (TYPE) STRING Flavour of the WSDL 20120702
3 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20120702
4 Returning WSDL Value transfer Type reference (TYPE) XSTRING 20120702
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120702

Method GET_WSDL_FOR_CONFIG_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BINDING_IDS Call by reference Type reference (TYPE) SRT_WSP_SUBJECT_ID_TAB Table of Subject IDs 20081208
2 Importing CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 20081208
3 Importing FORMAT Call by reference Type reference (TYPE) SRT_WSP_SERIALIZATION_FORMAT 20081208
4 Importing SECTION Call by reference Type reference (TYPE) SRT_WSP_WSDL_SECTION 20081208
5 Importing SOAP_ACTION Call by reference Type reference (TYPE) BOOLEAN SOAPAction requested 20111102
6 Importing STYLE Call by reference Type reference (TYPE) SRT_WSP_WSDL_STYLE 20081208
7 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20081208
8 Importing VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_VERSION 20081208
9 Returning WSDL Value transfer Type reference (TYPE) XSTRING 20081208
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081208

Method GET_WSDL_FOR_SDEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORMAT Call by reference Type reference (TYPE) SRT_WSP_SERIALIZATION_FORMAT 20081209
2 Importing SDEF_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20081209
3 Importing STYLE Call by reference Type reference (TYPE) SRT_WSP_WSDL_STYLE 20081209
4 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20081209
5 Importing VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_VERSION 20081209
6 Returning WSDL Value transfer Type reference (TYPE) XSTRING 20081209
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081209

Method GET_WSDL_FOR_SDEF_FLV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FLAVOUR_STR Call by reference Type reference (TYPE) STRING WSDL Flavour 20120702
2 Importing SDEF_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20120702
3 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20120702
4 Returning WSDL Value transfer Type reference (TYPE) XSTRING 20120702
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120702

Method LOCK_ACCESS_HASH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACCESS_HASH Call by reference Type reference (TYPE) HASH160 Hash Value (160 Bits) 20081209
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081209

Method PERSIST_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACCESS_HASH Call by reference Type reference (TYPE) HASH160 Hash Value (160 Bits) 20081209
2 Importing ACCESS_STRING Call by reference Type reference (TYPE) STRING 20081209
3 Importing CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20081209
4 Importing SDEF_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20081209
5 Importing WSDL Call by reference Type reference (TYPE) XSTRING 20081209
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081209

Method PERSIST_WSDL_FOR_BINDING_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AGREEMENT Call by reference Type reference (TYPE) GUID_32 20081209
2 Importing BINDING_KEY Call by reference Type reference (TYPE) GUID_32 20081209
3 Importing CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 20081209
4 Importing FORMAT Call by reference Type reference (TYPE) SRT_WSP_SERIALIZATION_FORMAT 20081209
5 Importing SDEF_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20081209
6 Importing SECTION Call by reference Type reference (TYPE) SRT_WSP_WSDL_SECTION 20081209
7 Importing SOAP_ACTION Call by reference Type reference (TYPE) BOOLEAN SOAPAction requested 20111102
8 Importing SOAP_VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_SOAP_VERSION 20081209
9 Importing STYLE Call by reference Type reference (TYPE) SRT_WSP_WSDL_STYLE 20081209
10 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20081209
11 Importing VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_VERSION 20081209
12 Importing WSDL Call by reference Type reference (TYPE) XSTRING 20081209
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081209

Method PERSIST_WSDL_FOR_BN_KEY_FLV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AGREEMENT Call by reference Type reference (TYPE) GUID_32 20120702
2 Importing BINDING_KEY Call by reference Type reference (TYPE) GUID_32 20120702
3 Importing CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 20120702
4 Importing FLAVOUR_STR Call by reference Type reference (TYPE) STRING Flavour of the WSDL 20120702
5 Importing SDEF_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20120702
6 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20120702
7 Importing WSDL Call by reference Type reference (TYPE) XSTRING 20120702
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120702

Method PERSIST_WSDL_FOR_CFG_KEY_FLV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 20120702
2 Importing FLAVOUR_STR Call by reference Type reference (TYPE) STRING Flavour of the WSDL 20120702
3 Importing SDEF_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20120702
4 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20120702
5 Importing WSDL Call by reference Type reference (TYPE) XSTRING 20120702
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120702

Method PERSIST_WSDL_FOR_CONFIG_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BINDING_IDS Call by reference Type reference (TYPE) SRT_WSP_SUBJECT_ID_TAB Table of Subject IDs 20081209
2 Importing CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 20081209
3 Importing FORMAT Call by reference Type reference (TYPE) SRT_WSP_SERIALIZATION_FORMAT 20081209
4 Importing SDEF_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20081209
5 Importing SECTION Call by reference Type reference (TYPE) SRT_WSP_WSDL_SECTION 20081209
6 Importing SOAP_ACTION Call by reference Type reference (TYPE) BOOLEAN SOAPAction requested 20111102
7 Importing STYLE Call by reference Type reference (TYPE) SRT_WSP_WSDL_STYLE 20081209
8 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20081209
9 Importing VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_VERSION 20081209
10 Importing WSDL Call by reference Type reference (TYPE) XSTRING 20081209
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081209

Method PERSIST_WSDL_FOR_SDEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORMAT Call by reference Type reference (TYPE) SRT_WSP_SERIALIZATION_FORMAT 20081209
2 Importing SDEF_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20081209
3 Importing STYLE Call by reference Type reference (TYPE) SRT_WSP_WSDL_STYLE 20081209
4 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20081209
5 Importing VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_VERSION 20081209
6 Importing WSDL Call by reference Type reference (TYPE) XSTRING 20081209
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081209

Method PERSIST_WSDL_FOR_SDEF_FLV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FLAVOUR_STR Call by reference Type reference (TYPE) STRING Flavour of the WSDL 20120702
2 Importing SDEF_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20120702
3 Importing URL_GENERATOR Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20120702
4 Importing WSDL Call by reference Type reference (TYPE) XSTRING 20120702
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120702

Method READ_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACCESS_HASH Call by reference Type reference (TYPE) HASH160 Hash Value (160 Bits) 20081209
2 Importing ACCESS_STRING Call by reference Type reference (TYPE) STRING 20081209
3 Returning WSDL Value transfer Type reference (TYPE) XSTRING 20081209
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081209

Method UNLOCK_ACCESS_HASH Signature

Method UNLOCK_ACCESS_HASH on class CL_SRT_WSP_WSDL_PROVIDER_CACHE has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081209

Method _CREATE_URL_GENERATOR_4_TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning URL_GENERATOR Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20081219
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081219
History
Last changed by/on SAP  20130531 
SAP Release Created in 720