psContentType - cClientWebService
Determines the content type for the soap/http request
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psContentType
| Access Type | Syntax |
|---|---|
| Read Access: | Get psContentType to StringVariable |
| Write Access: | Set psContentType to StringVariable/Value |
Description
The default content type for a soap request is "text/xml; charset=UTF-8". Under unusual cicrumstances a soap service may require a different value. SOAP specifications requires the content type to be "text/xml". Requirements for content information (e.g. charset=) may require customization.
Normally, you will never need to change this information.