SAP ABAP Interface IF_SOAP_APPLICATION_CS (Interface of SOAP Application for Client Applications)
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_APPLICATION_CLIENT General SOAP Application for the Caller Side 20030211
Properties
Interface IF_SOAP_APPLICATION_CS  
Short Description Interface of SOAP Application for Client Applications    
General Data
Package SOAP_CORE   SOAP Runtime: Core SOAP Functionality 
Created 20030211   SAP 
Last changed 20130531   SAP 
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 CL_SOAP_RUNTIME Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Interface IF_SOAP_APPLICATION_CS has no interface.
Friends
Interface IF_SOAP_APPLICATION_CS has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DISPLAY_NAME Instance attribute Public Type reference (TYPE) STRING Name (to Display) 20030211
2 ENDPOINT_TYPE Instance attribute Public Type reference (TYPE) ANYURI End Point URI 20030211
3 NAME Instance attribute Public Type reference (TYPE) ANYURI Name (as URI) 20030211
Methods
# Method Level Visibility Method type Description Created on
1 DETERMINE_PROCESSING_MODE Instance method Public Method 20120727
2 EXECUTE_PROCESSING Instance method Public Method Execution of a Request 20030211
3 FINISH Instance method Public Method finish processing 20081103
4 GET_DOMAIN Instance method Public Method Get Service Domain 20061025
5 GET_PROTOCOLS Instance method Public Method Request the SOAP Protocols 20030217
6 GET_PROTOCOL_BY_NAME Instance method Public Method Query SOAP Protocol by Name (URI) 20030516
7 GET_REQUEST_MESSAGE Instance method Public Method Request the Request Message 20030211
8 GET_RESPONSE_MESSAGE Instance method Public Method Request the Response Message 20030211
9 GET_TRANSPORT_BINDING Instance method Public Method Query Transport Binding 20030428
10 INIT Instance method Public Method Initialization of Application with Configuration (Client) 20030211
11 INIT_SECTOR2 Instance method Public Method 20101209
12 IS_LOCAL_CALL Instance method Public Method Returns TRUE for local call. Otherwise FALSE 20120403
13 IS_MAPPING_SOURCE Instance method Public Method 20101201
14 IS_MAPPING_TARGET Instance method Public Method 20101201
15 SET_INTERNAL_OPERATION Instance method Public Method Set internal operation 20120530
16 SET_MAPPING_DATA Instance method Public Method 20120712
17 SET_PARENT_EVENT_MSG Instance method Public Method register message id of parent event message (for persist) 20081210
18 SET_PARENT_MESSAGE_ID Instance method Public Method Set Parent Message ID 20101216
19 SET_PARENT_TYPE Instance method Public Method 20120712
20 SET_SERVER_CONTEXT Instance method Public Method 20120712
Events
Interface IF_SOAP_APPLICATION_CS has no event.
Types
Interface IF_SOAP_APPLICATION_CS has no local type.
Method Signatures

Method DETERMINE_PROCESSING_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PROCESSING_MODE Value transfer Type reference (TYPE) SRT_SEQUENCE_PROCESSMODE 20120727

Method DETERMINE_PROCESSING_MODE on Interface IF_SOAP_APPLICATION_CS has no exception.

Method EXECUTE_PROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OPERATION Call by reference Type reference (TYPE) QNAME Operationsname 20040317
2 Importing REQUEST Call by reference Type reference (TYPE) QNAME Requestname 20061025
# Exception Resumable Description Created on
1 CX_SOAP_FAILURE Fehler beim Prozessieren eines SOAP Aufrufs 20030424
2 CX_SOAP_FAILURE_FAULT SOAP-Fault beim Ausführen eines SOAP Aufrufs 20030814

Method FINISH Signature

Method FINISH on Interface IF_SOAP_APPLICATION_CS has no parameter.
Method FINISH on Interface IF_SOAP_APPLICATION_CS has no exception.

Method GET_DOMAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONS_DOMAIN Call by reference Type reference (TYPE) SRT_SEQUENCE_DOMAIN service Domäne für Consumer Gruppe 20080307
2 Exporting PROT_DOMAIN Call by reference Type reference (TYPE) SRT_SEQUENCE_DOMAIN Service Domäne für Protokoll 20080307

Method GET_DOMAIN on Interface IF_SOAP_APPLICATION_CS has no exception.

Method GET_PROTOCOLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROTOCOLS Value transfer Type reference (TYPE) SOAP_PROTOCOL_LIST Liste von SOAP Protokollen 20030217

Method GET_PROTOCOLS on Interface IF_SOAP_APPLICATION_CS has no exception.

Method GET_PROTOCOL_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROTOCOL_NAME Call by reference Type reference (TYPE) ANYURI CL_SOAP_RUNTIME=>CO_PROTOCOL_URI_SESSION Name (URI) des gewünschten Protokolls 20030516
2 Returning PROTOCOL_REF Value transfer Object reference (TYPE REF TO) IF_SOAP_PROTOCOL Referenz auf das Protokollobjekt (oder Null) 20030516
# Exception Resumable Description Created on
1 CX_SOAP_WRONG_ARGUMENT soap core exception 20030516

Method GET_REQUEST_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REQUEST Value transfer Object reference (TYPE REF TO) IF_SOAP_MESSAGE aktuelle Request Message 20030211

Method GET_REQUEST_MESSAGE on Interface IF_SOAP_APPLICATION_CS has no exception.

Method GET_RESPONSE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESPONSE Value transfer Object reference (TYPE REF TO) IF_SOAP_MESSAGE Response Message 20030211

Method GET_RESPONSE_MESSAGE on Interface IF_SOAP_APPLICATION_CS has no exception.

Method GET_TRANSPORT_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TRANSPORT_BINDING Value transfer Object reference (TYPE REF TO) IF_SOAP_TRANSPORT_BINDING Transport Binding 20030428

Method GET_TRANSPORT_BINDING on Interface IF_SOAP_APPLICATION_CS has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIGURATION Call by reference Type reference (TYPE) SOAP_CFG_LIST Feature-Property-Value-Liste zur Konfiguration 20030211
2 Importing CONFIGURATION_OPERATIONS Call by reference Type reference (TYPE) SOAP_CFG_OP_LIST Liste von feature-property-value Listen 20030821
3 Importing CONFIG_OBJECT Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_RT_CONFIG WSP configuration runtime object 20050824
# Exception Resumable Description Created on
1 CX_SOAP_FAILURE Fehler beim Prozessieren eines SOAP Aufrufs 20030424

Method INIT_SECTOR2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CLIENT_RUNTIME Call by reference Object reference (TYPE REF TO) CL_SOAP_RUNTIME_CLIENT 20101209
2 Importing IO_CONFIG Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_RT_CONFIG 20101209
3 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SOAP_CONTEXT 20101209
4 Importing IO_REQUEST_MESSAGE Call by reference Object reference (TYPE REF TO) IF_SOAP_MESSAGE 20101209
5 Importing IO_RESPONSE_MESSAGE Call by reference Object reference (TYPE REF TO) IF_SOAP_MESSAGE 20101209
6 Importing IO_TRANSPORT_BINDING Call by reference Object reference (TYPE REF TO) IF_SOAP_TRANSPORT_BINDING 20101209
# Exception Resumable Description Created on
1 CX_SOAP_FAILURE 20101209

Method IS_LOCAL_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LOCAL_CALL Value transfer Type reference (TYPE) BOOLEAN TSOAP_TRUE for local call (shortcut) 20120403

Method IS_LOCAL_CALL on Interface IF_SOAP_APPLICATION_CS has no exception.

Method IS_MAPPING_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MAPPING_SOURCE Value transfer Type reference (TYPE) BOOLEAN 20101201

Method IS_MAPPING_SOURCE on Interface IF_SOAP_APPLICATION_CS has no exception.

Method IS_MAPPING_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MAPPING_TARGET Value transfer Type reference (TYPE) BOOLEAN 20101201

Method IS_MAPPING_TARGET on Interface IF_SOAP_APPLICATION_CS has no exception.

Method SET_INTERNAL_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INTERNAL_OPERATION Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME Internal operation 20120530

Method SET_INTERNAL_OPERATION on Interface IF_SOAP_APPLICATION_CS has no exception.

Method SET_MAPPING_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_COUPLED Call by reference Type reference (TYPE) XSDBOOLEAN 20120712
2 Importing IV_MAPPING_NAME Call by reference Type reference (TYPE) SRT_OB_MAPPING_NAME 20120712
3 Importing IV_SOURCE_IF_NAME Call by reference Type reference (TYPE) SRT_INTERFACE_NAME 20120712
4 Importing IV_SOURCE_IF_OP Call by reference Type reference (TYPE) SRT_INTERFACE_OPERATION 20120712

Method SET_MAPPING_DATA on Interface IF_SOAP_APPLICATION_CS has no exception.

Method SET_PARENT_EVENT_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARENT_EVENT_MSG_ID Call by reference Type reference (TYPE) SYSUUID_X parent event message id 20081210

Method SET_PARENT_EVENT_MSG on Interface IF_SOAP_APPLICATION_CS has no exception.

Method SET_PARENT_MESSAGE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT_MESSAGE_ID Call by reference Type reference (TYPE) SXMSGUID Parent Message ID 20101216

Method SET_PARENT_MESSAGE_ID on Interface IF_SOAP_APPLICATION_CS has no exception.

Method SET_PARENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT_TYPE Call by reference Type reference (TYPE) SRT_PARENT_TYPE 20120712

Method SET_PARENT_TYPE on Interface IF_SOAP_APPLICATION_CS has no exception.

Method SET_SERVER_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SERVER_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WS_SERVER_CONTEXT 20120712

Method SET_SERVER_CONTEXT on Interface IF_SOAP_APPLICATION_CS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 640