RAD Studio VCL Reference
|
ObjectConvertOptions and TObjectConvertOptions are flags that customize how to convert a remotable object to or from its SOAP representation.
ObjectConvertOptions = ( ocoDontPrefixNode, ocoDontSerializeProps, ocoDontPutTypeAttr );
enum ObjectConvertOptions { ocoDontPrefixNode, ocoDontSerializeProps, ocoDontPutTypeAttr };
TObjectConvertOptions is a set of ObjectConvertOptions values. ObjectConvertOptions values are flags that can be supplied when customizing the conversion between an object and its SOAP representation.
Value |
Meaning |
ocoDontPrefixNode |
When set, the SOAP representation does not include a namespace prefix on node names. |
ocoDontSerializeProps |
When set, the SOAP representation does not include any representation for the published properties of the remotable object. |
ocoDontPutTypeAttr |
When set, nodes do not include an xsi:type attribute that indicates their type. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|