SAP ABAP Interface IF_SOAP_REGISTRY (Access to Web Services Configuration Data)
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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SOAP_REGISTRY | Administration of Web Service Configuration Information | 20030121 |
Properties
Interface | IF_SOAP_REGISTRY | |
Short Description | Access to Web Services Configuration Data |
General Data
Package | SOAP_CORE | SOAP Runtime: Core SOAP Functionality |
Created | 20030121 | SAP |
Last changed | 20090618 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | CL_SOAP_RUNTIME | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Interface IF_SOAP_REGISTRY has no interface.
Friends
Interface IF_SOAP_REGISTRY has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_LOCATION_CLIENT | Constant | Public | Type reference (TYPE) | I | CL_SOAP_RUNTIME=>CO_LOCATION_CLIENT | 20030121 | ||
2 | CO_LOCATION_SERVER | Constant | Public | Type reference (TYPE) | I | CL_SOAP_RUNTIME=>CO_LOCATION_SERVER | 20030121 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get Name (URI) of Registry Implementation | 20030313 |
2 | ![]() |
Instance method | Public | Method | Read Class Name for a Specified SOAP Application | 20030121 |
3 | ![]() |
Instance method | Public | Method | Get WSDL Description of Web Service | 20030801 |
4 | ![]() |
Instance method | Public | Method | Get WSD Name for WS Key | 20030812 |
5 | ![]() |
Instance method | Public | Method | Read Configuration for a Web Service | 20030210 |
6 | ![]() |
Instance method | Public | Method | Get WS Key for Specified Transport Key | 20030122 |
7 | ![]() |
Instance method | Public | Method | Get Operation name for WS Key | 20030904 |
8 | ![]() |
Instance method | Public | Method | Get Configuration for Web Service Operation | 20030811 |
Events
Interface IF_SOAP_REGISTRY has no event.
Types
Interface IF_SOAP_REGISTRY has no local type.
Method Signatures
Method GET_REGISTRY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Value transfer | Type reference (TYPE) | ANYURI | Name (URI) | 20030313 |
Method GET_REGISTRY_NAME on Interface IF_SOAP_REGISTRY has no exception.
Method GET_SOAP_APPLICATION_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASSNAME | Value transfer | Type reference (TYPE) | STRING | Klassenname der SOAP Applikation | 20030121 | ||
2 | ![]() |
LOCATION | Value transfer | Type reference (TYPE) | I | CO_LOCATION_CLIENT | Client/Server-Seite | 20030121 | |
3 | ![]() |
NAME | Value transfer | Type reference (TYPE) | ANYURI | Name der SOAP Applikation (URI) | 20030121 | ||
4 | ![]() |
USAGE_DT | Value transfer | Type reference (TYPE) | BOOLEAN | '-' | Verwendung zur Design-Zeit? | 20030121 |
Method GET_SOAP_APPLICATION_CLASS on Interface IF_SOAP_REGISTRY has no exception.
Method GET_WSDL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESPONSE_DOCUMENT | Value transfer | Type reference (TYPE) | STRING | Antwortdokument | 20030804 | ||
2 | ![]() |
TRANSPORT_CONTEXT | Value transfer | Object reference (TYPE REF TO) | IF_SOAP_TRANSPORT_CONTEXT | aktueller Transportkontext | 20030801 | ||
3 | ![]() |
WSDL_OPTIONS | Value transfer | Object reference (TYPE REF TO) | CL_SOAP_WSDL_CONTEXT | WSDL Kontext | 20030917 |
Method GET_WSDL on Interface IF_SOAP_REGISTRY has no exception.
Method GET_WSD_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
WSD_NAME | Value transfer | Type reference (TYPE) | WEBSNAME | WSD-Name | 20030812 | ||
2 | ![]() |
WS_KEY | Value transfer | Type reference (TYPE) | SCR_WSCFG_KEY | WS-Schlüssel | 20030812 |
Method GET_WSD_NAME on Interface IF_SOAP_REGISTRY has no exception.
Method GET_WS_CONFIGURATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONFIGURATION | Value transfer | Type reference (TYPE) | SOAP_CFG_LIST | Feature-Property-Value Liste der Konfiguration | 20030210 | ||
2 | ![]() |
WS_KEY | Value transfer | Type reference (TYPE) | SCR_WSCFG_KEY | WebService Key | 20030210 |
Method GET_WS_CONFIGURATION on Interface IF_SOAP_REGISTRY has no exception.
Method GET_WS_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TR_KEY | Call by reference | Type reference (TYPE) | SCR_TRANSPORT_KEY | Transportschlüssel | 20030122 | ||
2 | ![]() |
WS_KEY | Value transfer | Type reference (TYPE) | SCR_WSCFG_KEY | Web Service Key | 20030122 |
Method GET_WS_KEY on Interface IF_SOAP_REGISTRY has no exception.
Method GET_WS_OPERATION_NAMES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OPERATIONS | Value transfer | Type reference (TYPE) | SOAP_QNAME_LIST | Liste von Operationsnamen | 20030904 | ||
2 | ![]() |
WS_KEY | Value transfer | Type reference (TYPE) | SCR_WSCFG_KEY | Schlüssel des WS | 20030904 |
Method GET_WS_OPERATION_NAMES on Interface IF_SOAP_REGISTRY has no exception.
Method GET_WS_OP_CONFIGURATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONFIGURATION | Value transfer | Type reference (TYPE) | SOAP_CFG_LIST | Feature-Property-Value Liste der Konfiguration | 20030811 | ||
2 | ![]() |
OP_NAME | Value transfer | Type reference (TYPE) | QNAME | QName der Operation | 20030811 | ||
3 | ![]() |
WS_KEY | Value transfer | Type reference (TYPE) | SCR_WSCFG_KEY | Web Service Key | 20030811 |
Method GET_WS_OP_CONFIGURATION on Interface IF_SOAP_REGISTRY has no exception.
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in | 640 |