Skip to content

psXmlEncoding - cClientWebService

Sets the encoding style used for the web-service call

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Syntax

Property String psXmlEncoding
Access Type Syntax
Read Access: Get psXmlEncoding to StringVariable
Write Access: Set psXmlEncoding to StringVariable/Value

Description

psXmlEncoding sets the encoding style used for the web-service call. The default is UTF-8

Col 1 Col 2
Note: This message is generated and used inside or your client web-service sub-class that was created using the Client Web-Service Class Generator. You should not need to actually use this message when accessing this sub-class in your application. You will only use interfaces like these if you are creating your own classes based on the cClientWebService class. This is considered very advanced usage. If you want to see how this message is used, study the code in the classes generated by the class generator.