SAP ABAP Class CL_SWF_WSP_WSDLMETA (Meta Information For the Services in a WSDL Document)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_HTTP (Package) Incorporation of External Services with HTTP into a Workflow
Properties
Class CL_SWF_WSP_WSDLMETA  
Short Description Meta Information For the Services in a WSDL Document    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWF_HTTP   Incorporation of External Services with HTTP into a Workflow 
Created 20020120   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SWFWS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SWFXS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SWF_WSP_WSDLMETA has no interface implemented.
Friends
Class CL_SWF_WSP_WSDLMETA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 IMPLEMENTATIONS Instance attribute Private Type reference (TYPE) SWFWSIMPLT Table: Web Service Implementation (with Meta Data) 20020120
2 INTERFACES Instance attribute Private Type reference (TYPE) SWFWSINTFT Table: Web Service Interface (With Meta Data) 20020120
3 MESSAGES Instance attribute Private Type reference (TYPE) SWFWSXSLTMEST Table for Messages from the XSLT Processor 20020120
4 PORTS Instance attribute Private Type reference (TYPE) SWFWSPORTT Table for Service Ports (with Meta Data) 20020120
Methods
# Method Level Visibility Method type Description Created on
1 ADD_IMPLEMENTATION Instance method Public Method Adds Implementation to Metadata 20020120
2 ADD_INTERFACE Instance method Public Method Adds an Interface to Metadata 20020120
3 ADD_MESSAGE Instance method Public Method Adds a Message to Metadata 20020120
4 ADD_PORT Instance method Public Method Adds a Port to Metadata 20020120
5 GET_GUID Static method Public Method Gets a GUID for XSLT Stylesheet 20020120
6 GET_IDS_FOR_ERRORS Instance method Public Method Gets IDs of WSDL Elements with Errors 20020120
7 GET_IMPLEMENTATION Instance method Public Method Gets Metadata of an Implementation 20020120
8 GET_INTERFACE Instance method Public Method Gets Metadata of an Interface 20020120
9 GET_MESSAGES Instance method Public Method Delivers XSLT Messages 20020120
10 GET_PORT Instance method Public Method Gets Metadata of a Port 20020120
11 GET_PORTS Instance method Public Method Gets All Service Ports 20020120
Events
Class CL_SWF_WSP_WSDLMETA has no event.
Types
Class CL_SWF_WSP_WSDLMETA has no local type.
Method Signatures

Method ADD_IMPLEMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ASYNC Value transfer Type reference (TYPE) STRING Kennzeichen: Webservice asynchron 20020120
2 Importing IM_BINDNAME Value transfer Type reference (TYPE) STRING WSDL: Bindingname 20020120
3 Importing IM_BINDNS Value transfer Type reference (TYPE) STRING WSDL: Namespace-URI des Bindings 20020120
4 Importing IM_CALLBACK Value transfer Type reference (TYPE) STRING Kennzeichen: Webservice führt Callback aus 20020120
5 Importing IM_IMPLID Value transfer Type reference (TYPE) STRING ID einer Implementierungs-Definition 20020120
6 Importing IM_IMPLTYPE Value transfer Type reference (TYPE) STRING Webservices im Workflow: Typ der Implementierung 20020120
7 Importing IM_INTFID Value transfer Type reference (TYPE) STRING ID einer Interface-Definition 20020120

Method ADD_IMPLEMENTATION on class CL_SWF_WSP_WSDLMETA has no exception.

Method ADD_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DIALOG Value transfer Type reference (TYPE) STRING Kennzeichen: Dialogwebservice 20020120
2 Importing IM_INTFID Value transfer Type reference (TYPE) STRING ID einer Interface-Definition 20020120
3 Importing IM_OPNAME Value transfer Type reference (TYPE) STRING WSDL: Name der Operation 20020120
4 Importing IM_PTNAME Value transfer Type reference (TYPE) STRING WSDL: Name des Porttypes 20020120
5 Importing IM_PTNS Value transfer Type reference (TYPE) STRING WSDL: Namespace-URI des PortTypes 20020120
6 Importing IM_SPONAME Value transfer Type reference (TYPE) STRING SAP-spezifischer Servicename 20020120
7 Importing IM_SRVNAME Value transfer Type reference (TYPE) STRING WSDL: Servicename 20020120
8 Importing IM_SRVNS Value transfer Type reference (TYPE) STRING WSDL: Namespace-URI des Service 20020120

Method ADD_INTERFACE on class CL_SWF_WSP_WSDLMETA has no exception.

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTRIBNAME Call by reference Type reference (TYPE) STRING 20020120
2 Importing IM_ATTRIBNS Call by reference Type reference (TYPE) STRING 20020120
3 Importing IM_CATEGORY Call by reference Type reference (TYPE) STRING 20020120
4 Importing IM_ELEMNAME Call by reference Type reference (TYPE) STRING 20020120
5 Importing IM_ELEMNS Call by reference Type reference (TYPE) STRING 20020120
6 Importing IM_IMPLID Call by reference Type reference (TYPE) STRING 20020120
7 Importing IM_INTFID Call by reference Type reference (TYPE) STRING 20020120
8 Importing IM_MSGNR Call by reference Type reference (TYPE) STRING 20020120
9 Importing IM_MSGV1 Call by reference Type reference (TYPE) STRING 20020120
10 Importing IM_MSGV2 Call by reference Type reference (TYPE) STRING 20020120
11 Importing IM_MSGV3 Call by reference Type reference (TYPE) STRING 20020120
12 Importing IM_MSGV4 Call by reference Type reference (TYPE) STRING 20020120

Method ADD_MESSAGE on class CL_SWF_WSP_WSDLMETA has no exception.

Method ADD_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ADDRESS Value transfer Type reference (TYPE) STRING 20020120
2 Importing IM_IMPLID Value transfer Type reference (TYPE) STRING 20020120
3 Importing IM_INTFID Value transfer Type reference (TYPE) STRING 20020120
4 Importing IM_NAME Value transfer Type reference (TYPE) STRING 20020120
5 Importing IM_PORTID Value transfer Type reference (TYPE) STRING 20020120
6 Importing IM_SAPNAME Value transfer Type reference (TYPE) STRING 20020120

Method ADD_PORT on class CL_SWF_WSP_WSDLMETA has no exception.

Method GET_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_GUID Value transfer Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20020120

Method GET_GUID on class CL_SWF_WSP_WSDLMETA has no exception.

Method GET_IDS_FOR_ERRORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR_IDS Call by reference Type reference (TYPE) SWFWSWSDLTSELT Tabelle für selektierte XMLCache-Definitionen 20020120

Method GET_IDS_FOR_ERRORS on class CL_SWF_WSP_WSDLMETA has no exception.

Method GET_IMPLEMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_METADATA Value transfer Type reference (TYPE) SWFWSIMPL Webservice-Implementierung (mit Metadaten) 20020120
2 Importing IM_IMPLID Value transfer Type reference (TYPE) SWFWSIMPL-IMPLID ID einer Implementierungs-Definition 20020120
3 Importing IM_INTFID Value transfer Type reference (TYPE) SWFWSIMPL-INTFID ID einer Interface-Definition 20020120

Method GET_IMPLEMENTATION on class CL_SWF_WSP_WSDLMETA has no exception.

Method GET_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_METADATA Call by reference Type reference (TYPE) SWFWSINTF Webservice-Interface (mit Metadaten) 20020120
2 Importing IM_INTFID Value transfer Type reference (TYPE) SWFWSINTF-INTFID ID einer Interface-Definition 20020120

Method GET_INTERFACE on class CL_SWF_WSP_WSDLMETA has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) SWFWSWSIMPMEST 20020120

Method GET_MESSAGES on class CL_SWF_WSP_WSDLMETA has no exception.

Method GET_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_METADATA Value transfer Type reference (TYPE) SWFWSPORT Webservice-Implementierung (mit Metadaten) 20020120
2 Importing IM_IMPLID Value transfer Type reference (TYPE) SWFWSPORT-IMPLID ID einer Implementierungs-Definition 20020120
3 Importing IM_INTFID Value transfer Type reference (TYPE) SWFWSPORT-INTFID Webservice-Interface (mit Metadaten) 20020120
4 Importing IM_PORTID Value transfer Type reference (TYPE) SWFWSPORT-PORTID ID eines Service-Ports 20020120

Method GET_PORT on class CL_SWF_WSP_WSDLMETA has no exception.

Method GET_PORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PORTS Call by reference Type reference (TYPE) SWFWSPORTT Tabelle für Service-Ports (mit Metadaten) 20020120

Method GET_PORTS on class CL_SWF_WSP_WSDLMETA has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 620