You are here

function soapclient::getHTTPContentType in Salesforce Suite 5

Same name and namespace in other branches
  1. 5.2 includes/nusoap.orig.php \soapclient::getHTTPContentType()

* gets the HTTP content type for the current request. * * Note: getHTTPBody must be called before this. * *

Return value

string the HTTP content type for the current request. * @access private

1 call to soapclient::getHTTPContentType()
soapclient::send in includes/nusoap.orig.php
send the SOAP message

File

includes/nusoap.orig.php, line 7080

Class

soapclient
soapclient higher level class for easy usage.

Code

function getHTTPContentType() {
  return 'text/xml';
}