peResponseSoapEncoding - cClientWebService
Encoding Style for the SOAP response
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer peResponseSoapEncoding
| Access Type | Syntax |
|---|---|
| Read Access: | Get peResponseSoapEncoding to IntegerVariable |
| Write Access: | Set peResponseSoapEncoding to IntegerVariable/Value |
Description
peResponseSoapEncoding determines the response encoding style. Possible values are:
| Constant | Meaning |
|---|---|
| seLiteral | SOAP style Literal encoding |
| seEncoded | SOAP style Encoded encoding |
| 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. |
See Also