RODLOriginalSOAPNameAttribute
Overview
The RODLOriginalSOAPNameAttribute is used by the CodeGen class to provide an original name for a WSDL element represented by the attributed entity when a RODL is processed. This attribute is used later by the SoapSerializer class to correctly write or read SOAP messages.
Currently, this attribute is emitted only for enum elements when they have a custom attribute "SOAPName" defined in the RODL.
For internal use only.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
- Ancestry: Attribute | RODLOriginalSOAPNameAttribute
Properties
Name
Original entity name as defined in the WSDL.
property Name: String read write;
String Name { get; set; }
Property Name() As String
Instance Methods
constructor
Creates a new instance of the RODLOriginalSOAPNameAttribute class and sets its Name property.
constructor(name: String)
RODLOriginalSOAPNameAttribute(String name)
Sub New(name As String)
Parameters:
- name: