SAP ABAP Class CL_SOAP_RFC_PROXY_TEST (Test for SOAP RFC Proxies)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WS-ABA (Application Component) Web Service Tools - ABAP
     SOAP_GEN (Package) WSDL, ST and Code Generation Pool
Properties
Class CL_SOAP_RFC_PROXY_TEST  
Short Description Test for SOAP RFC Proxies    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_GEN   WSDL, ST and Code Generation Pool 
Created 20040112   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SOAP_RFC_PROXY_TEST has no forward declaration.
Interfaces
Class CL_SOAP_RFC_PROXY_TEST has no interface implemented.
Friends
Class CL_SOAP_RFC_PROXY_TEST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_ERROR_TXT Instance attribute Private Type reference (TYPE) STRING 20040116
2 M_METHOD Instance attribute Private Type reference (TYPE) STRING 20040112
3 M_RT_CL_NAME Instance attribute Private Type reference (TYPE) STRING 20040112
4 M_TPLNAME Instance attribute Private Type reference (TYPE) STRING 20040112
5 M_TPL_LIST Instance attribute Private Type reference (TYPE) TEMPLATE_LIST TEMPLATE_LIST 20050511
6 M_VERSION Instance attribute Private Type reference (TYPE) R3STATE ABAP: Program Status (Active, Saved, Transported...) 20040116
7 M_VI Instance attribute Private Object reference (TYPE REF TO) IF_WS_MD_VIF Web Services: Root 20040112
8 _CLASS_NAME Instance attribute Private Type reference (TYPE) STRING 'CL_SOAP_RFC_PROXY_TEST' 20040116
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TEMPLATE Instance method Private Method 20050511
2 CONSTRUCTOR Instance method Public Constructor Constructor 20040112
3 EXECUTE Instance method Public Method 20040112
4 GEN_XMLDOC Static method Public Method 20091217
5 GET_ALL_TEMPLATES Instance method Public Method 20050511
6 GET_ALL_TEMPLATES_AS_XML Instance method Public Method 20050512
7 GET_CLASS_NAME Instance method Public Method 20040112
8 GET_ELEMENTS Instance method Private Method 20050512
9 GET_PROXY_CONTEXT Instance method Private Method 20040112
10 GET_TEMPLATE Instance method Public Method 20040112
11 GET_VI Instance method Private Method 20040112
Events
Class CL_SOAP_RFC_PROXY_TEST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TEMPLATE_ITEM Public See coding 20050511 BEGIN OF TEMPLATE_ITEM, name TYPE STRING, source TYPE STRING, END OF TEMPLATE_ITEM
2 TEMPLATE_LIST Public See coding 20050511 TEMPLATE_LIST TYPE STANDARD TABLE OF TEMPLATE_ITEM WITH KEY name
Method Signatures

Method ADD_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEMPLATE Call by reference Type reference (TYPE) STRING 20050511

Method ADD_TEMPLATE on class CL_SOAP_RFC_PROXY_TEST has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VERSION Call by reference Type reference (TYPE) R3STATE 'A' ABAP: Programmstatus (aktiv, gesichert, transportiert...) 20040116
2 Importing VI Call by reference Type reference (TYPE) STRING 20040112
# Exception Resumable Description Created on
1 CX_SOAP_NOT_SUPPORTED soap core exception 20040116

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing METHOD Call by reference Type reference (TYPE) STRING 20040112
2 Importing REQUEST Call by reference Type reference (TYPE) XSTRING 20040112
3 Returning RESPONSE Value transfer Type reference (TYPE) XSTRING 20040112

Method EXECUTE on class CL_SOAP_RFC_PROXY_TEST has no exception.

Method GEN_XMLDOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning XMLDOC Value transfer Type reference (TYPE) STRING 20091217
2 Importing XMLPART Call by reference Object reference (TYPE REF TO) IF_SXMLP_PART Abstract SXML/SXMLP Part 20091217

Method GEN_XMLDOC on class CL_SOAP_RFC_PROXY_TEST has no exception.

Method GET_ALL_TEMPLATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing METHOD Call by reference Type reference (TYPE) STRING 20050511
2 Returning TEMPLATES Value transfer Type reference (TYPE) TEMPLATE_LIST 20050511
# Exception Resumable Description Created on
1 CX_SOAP_NOT_SUPPORTED soap core exception 20050511

Method GET_ALL_TEMPLATES_AS_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing METHOD Call by reference Type reference (TYPE) STRING 20050512
2 Returning TEMPLATES Value transfer Type reference (TYPE) STRING 20050512
# Exception Resumable Description Created on
1 CX_SOAP_NOT_SUPPORTED soap core exception 20050512

Method GET_CLASS_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CLASS_NAME Value transfer Type reference (TYPE) STRING 20040112

Method GET_CLASS_NAME on class CL_SOAP_RFC_PROXY_TEST has no exception.

Method GET_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTR Call by reference Type reference (TYPE) STRING 20050512
2 Importing ATTR_VALUE Call by reference Type reference (TYPE) STRING 20050512
3 Exporting CLOSE Call by reference Type reference (TYPE) STRING 20050512
4 Importing NAME Call by reference Type reference (TYPE) STRING 20050512
5 Exporting OPEN Call by reference Type reference (TYPE) STRING 20050512

Method GET_ELEMENTS on class CL_SOAP_RFC_PROXY_TEST has no exception.

Method GET_PROXY_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing METHOD Call by reference Type reference (TYPE) STRING 20040112
2 Returning PROXY_CONTEXT Value transfer Object reference (TYPE REF TO) CL_SRG_RFC_PROXY_CONTEXT rfc proxy context 20040112

Method GET_PROXY_CONTEXT on class CL_SOAP_RFC_PROXY_TEST has no exception.

Method GET_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CLASS_NAME Value transfer Type reference (TYPE) STRING 20040112
2 Importing METHOD Call by reference Type reference (TYPE) STRING 20040112
# Exception Resumable Description Created on
1 CX_SOAP_NOT_SUPPORTED soap core exception 20040116

Method GET_VI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VINAME Call by reference Type reference (TYPE) STRING Name eines virtuellen Interfaces 20040112

Method GET_VI on class CL_SOAP_RFC_PROXY_TEST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700