ContentType Property
Content type for SOAP request data.
Object Oriented Interface
public function getContentType(); public function setContentType($value);
Procedural Interface
ipworks_soap_get($res, 6 ); ipworks_soap_set($res, 6, $value );
Default Value
'text/xml'
Remarks
The default value for ContentType is "text/xml".
This property is not available at design time.
Data Type
String