SAP ABAP Class CL_SRT_WSP_WSDL_HANDLER (WSDL Handler)
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_HANDLER | WSDL Handler | 20060905 |
Properties
Class | CL_SRT_WSP_WSDL_HANDLER | |
Short Description | WSDL Handler | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SOAP_CONFIG | SOAP Configuration Framework |
Created | 20060905 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SRT_WSP_WSDL_HANDLER | WSDL Handler | 20060905 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_SRT_WSP_FACTORY | 20060905 | WSP Factory Class |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'CL_SRT_WSP_WSDL_HANDLER' | Class Name | 20060905 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | '443' | 20060906 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | '80' | 20060906 | ||
4 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | TSRTP_F_VAL_HTTP | 20060906 | ||
5 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | TSRTP_F_VAL_HTTPS | 20060906 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | TSRTP_C_ICF_WSDL_ROOT_PATH | 20060914 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Upper Case | 20080225 | ||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SRT_WSP_WSDL_PROVIDER_CACHE | WSDL Provider Cache | 20081209 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Upper Case | 20080225 | ||
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SRT_WSP_SUBJECT_CONTEXT | WSP Subject Context | 20060906 | ||
11 | ![]() |
Static Attribute | Private | Type reference (TYPE) | BOOLEAN | WSDL is for IS Inbound | 20080826 | ||
12 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_SRT_WSP_CONFIG_REGISTRY | WSP Configuration Registry | 20060905 | ||
13 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_SRT_WSP_CONFIG_RTC_RT | Runtime instance of the runtime cache | 20060905 | ||
14 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_SRT_WSP_URL_GENERATOR | URL Generator | 20080219 | ||
15 | ![]() |
Static Attribute | Private | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20080827 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Checks, if "document wrapped" was requested | 20080827 |
2 | ![]() |
Static method | Public | Method | Checks whether the WSDL request is protected by SSL | 20080220 |
3 | ![]() |
Static method | Public | Method | Checks if a WSDL request has been initiated (req. for DT) | 20070309 |
4 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20060905 |
5 | ![]() |
Static method | Protected | Method | 20060905 | |
6 | ![]() |
Static method | Protected | Method | 20080219 | |
7 | ![]() |
Static method | Protected | Method | 20080219 | |
8 | ![]() |
Static method | Private | Method | 20081209 | |
9 | ![]() |
Instance method | Private | Method | Returns SIDL Instance | 20060906 |
10 | ![]() |
Instance method | Private | Method | Returns the WSDL URLs for a specified binding key | 20080225 |
11 | ![]() |
Instance method | Private | Method | Returns the WSDL URLs for a specified binding URL + flavour | 20120620 |
12 | ![]() |
Instance method | Private | Method | Returns the WSDL URLs for a specified binding key | 20080225 |
13 | ![]() |
Instance method | Private | Method | Returns URL for a specified Binding | 20060906 |
14 | ![]() |
Static method | Private | Method | Modify SOAP versions for the WSDL | 20080725 |
15 | ![]() |
Static method | Private | Method | Sets binding and service namespaces to interface namespace | 20060906 |
Events
Class CL_SRT_WSP_WSDL_HANDLER has no event.
Types
Class CL_SRT_WSP_WSDL_HANDLER has no local type.
Method Signatures
Method CHECK_4_DOCUMENT_WRAPPED_STYLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
USE_DOCUMENT_WRAPPED_STYLE | Value transfer | Type reference (TYPE) | BOOLEAN | 'X' = document style wrapped; '' = Other style | 20080827 |
Method CHECK_4_DOCUMENT_WRAPPED_STYLE on class CL_SRT_WSP_WSDL_HANDLER has no exception.
Method CHECK_FOR_SSL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SSL | Value transfer | Type reference (TYPE) | BOOLEAN | SSL = 'X' Non SSL = ' ' | 20080220 |
Method CHECK_FOR_SSL on class CL_SRT_WSP_WSDL_HANDLER has no exception.
Method CHECK_FOR_WSDL_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_WSDL_REQUEST | Value transfer | Type reference (TYPE) | BOOLEAN | WSDL-Request ='X' else ' ' | 20070309 |
Method CHECK_FOR_WSDL_REQUEST on class CL_SRT_WSP_WSDL_HANDLER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
URL_GENERATOR | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_URL_GENERATOR | Url Generator | 20080219 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20060905 |
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADDITIONAL_PATH_PREFIX | Call by reference | Type reference (TYPE) | STRING | 20080219 | |||
2 | ![]() |
ALT_HOST_NAME | Call by reference | Type reference (TYPE) | STRING | 20080219 | |||
3 | ![]() |
ALT_HTTPS_PORT | Call by reference | Type reference (TYPE) | STRING | 20080219 | |||
4 | ![]() |
ALT_HTTP_PORT | Call by reference | Type reference (TYPE) | STRING | 20080219 | |||
5 | ![]() |
ENDPOINT_PROTOCOL | Call by reference | Type reference (TYPE) | STRING | 20080219 | |||
6 | ![]() |
META_DATA_PROTOCOL | Call by reference | Type reference (TYPE) | STRING | 20080219 | |||
7 | ![]() |
WSDL_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_WSDL_HANDLER | WSDL Handler | 20060905 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20060905 |
Method CREATE_BY_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENDPOINT_URL_PREFIX | Call by reference | Type reference (TYPE) | STRING | 20080219 | |||
2 | ![]() |
HTTPS_ENDPOINT_URL_PREFIX | Call by reference | Type reference (TYPE) | STRING | 20080223 | |||
3 | ![]() |
INCOMING_HOST_NAME | Call by reference | Type reference (TYPE) | STRING | 20080219 | |||
4 | ![]() |
INCOMING_PORT | Call by reference | Type reference (TYPE) | STRING | 20080219 | |||
5 | ![]() |
INCOMING_PROTOCOL | Call by reference | Type reference (TYPE) | STRING | 20080219 | |||
6 | ![]() |
META_DATA_URL_PREFIX | Call by reference | Type reference (TYPE) | STRING | 20080219 | |||
7 | ![]() |
STS_EP_URL | Call by reference | Type reference (TYPE) | STRING | 20090319 | |||
8 | ![]() |
STS_MEX_URL | Call by reference | Type reference (TYPE) | STRING | 20090319 | |||
9 | ![]() |
WSDL_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_WSDL_HANDLER | WSDL Handler | 20080219 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20080219 |
Method CREATE_BY_REV_PROXY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
REV_PROXY_NAME | Call by reference | Type reference (TYPE) | SRT_REV_PRX_PROXY_NAME | 20080219 | |||
2 | ![]() |
WSDL_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_WSDL_HANDLER | WSDL Handler | 20080219 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20080219 |
Method GET_SDEF_NAME_FROM_SUBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SDEF_NAME | Value transfer | Type reference (TYPE) | SRT_WSP_DT_OBJ_NAME | WSP Name of Interface Object | 20081209 | ||
2 | ![]() |
SUBJECTS | Call by reference | Type reference (TYPE) | SRT_WSP_SUBJECT_TAB | WSP Subject Table for XML Transformation (Do Not Change) | 20081209 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20081209 |
Method GET_SIDL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AGREEMENT | Call by reference | Type reference (TYPE) | GUID_32 | Agreement | 20060906 | ||
2 | ![]() |
FLAVOUR | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_WSDL_FLAVOUR | WSDL Flavour | 20120620 | ||
3 | ![]() |
SECTION | Call by reference | Type reference (TYPE) | SRT_WSP_WSDL_SECTION | WSP WSDL Section | 20060906 | ||
4 | ![]() |
SIDL | Value transfer | Object reference (TYPE REF TO) | IF_SIDL_DEFINITION | Definition | 20060906 | ||
5 | ![]() |
SOAP_ACTION | Call by reference | Type reference (TYPE) | BOOLEAN | ' ' | SOAP-action property required | 20111102 | |
6 | ![]() |
WSDL_URLS | Call by reference | Type reference (TYPE) | SRT_WSP_WSDL_URL_SUBJECT_TAB | WSP table of WSDL URL subject structures | 20060906 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20060906 |
Method GET_WSDL_URLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FORMAT | Call by reference | Type reference (TYPE) | SRT_WSP_SERIALIZATION_FORMAT | WSP serialization format | 20080225 | ||
2 | ![]() |
MONOLITHIC_WSDL | Call by reference | Type reference (TYPE) | BOOLEAN | Returns a Url for a monolithic WSDL | 20080225 | ||
3 | ![]() |
SOAP_ACTION | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' | WSDL with/without soapAction | 20111125 | |
4 | ![]() |
SOAP_VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_WSDL_SOAP_VERSION | WSP WSDL SOAP version | 20081208 | ||
5 | ![]() |
STYLE | Call by reference | Type reference (TYPE) | SRT_WSP_WSDL_STYLE | WSP WSDL Style | 20080225 | ||
6 | ![]() |
URLS | Value transfer | Type reference (TYPE) | SRT_WSP_WSDL_URL_SUBJECT_TAB | WSP table of WSDL URL subject structures | 20080225 | ||
7 | ![]() |
VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_WSDL_VERSION | WSP WSDL Version | 20080225 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20080225 |
Method GET_WSDL_URLS_FLV Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BINDING_URL | Call by reference | Type reference (TYPE) | STRING | 20120620 | |||
2 | ![]() |
FLAVOUR | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_WSDL_FLAVOUR | WSDL Flavour | 20120620 | ||
3 | ![]() |
INCLUDE_ALL_BN | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20120620 | ||
4 | ![]() |
URLS | Value transfer | Type reference (TYPE) | SRT_WSP_WSDL_URL_SUBJECT_TAB | WSP Table of WSDL URL Subject Structures | 20120620 | ||
5 | ![]() |
USE_ADMIN_SERVER | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20121107 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20120620 |
Method GET_WSDL_URLS_ORIG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FORMAT | Call by reference | Type reference (TYPE) | SRT_WSP_SERIALIZATION_FORMAT | WSP serialization format | 20080225 | ||
2 | ![]() |
MONOLITHIC_WSDL | Call by reference | Type reference (TYPE) | BOOLEAN | Returns a Url for a monolithic WSDL | 20080225 | ||
3 | ![]() |
STYLE | Call by reference | Type reference (TYPE) | SRT_WSP_WSDL_STYLE | WSP WSDL Style | 20080225 | ||
4 | ![]() |
URLS | Value transfer | Type reference (TYPE) | SRT_WSP_WSDL_URL_SUBJECT_TAB | WSP table of WSDL URL subject structures | 20080225 | ||
5 | ![]() |
VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_WSDL_VERSION | WSP WSDL Version | 20080225 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20080225 |
Method GET_WS_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AGREEMENT | Call by reference | Type reference (TYPE) | GUID_32 | Agreement | 20060906 | ||
2 | ![]() |
BINDING_ID | Call by reference | Type reference (TYPE) | I | 20080225 | |||
3 | ![]() |
URL | Value transfer | Type reference (TYPE) | SRT_WSP_BINDING_URL | WSP Binding URL | 20060906 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20060906 |
Method MODIFY_SOAP_VERSIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SOAP_VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_WSDL_SOAP_VERSION | TSRTP_C_WSDL_SOAP_VER_BOTH | WSP WSDL SOAP version | 20081202 | |
2 | ![]() |
SUBJECTS | Call by reference | Type reference (TYPE) | SRT_WSP_SUBJECT_TAB | WSP Subject Table for XML Transformation (Do Not Change) | 20080725 |
Method MODIFY_SOAP_VERSIONS on class CL_SRT_WSP_WSDL_HANDLER has no exception.
Method SET_IF_NS_FOR_OTHER_SUBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SUBJECTS | Call by reference | Type reference (TYPE) | SRT_WSP_SUBJECT_TAB | WSP subject table for XML transf. (Don't change) | 20060906 |
Method SET_IF_NS_FOR_OTHER_SUBJECTS on class CL_SRT_WSP_WSDL_HANDLER has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 710 |