You are here

function nusoapclient::getHTTPContentType in Salesforce Suite 5.2

Same name and namespace in other branches
  1. 5 includes/nusoap.php \nusoapclient::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 nusoapclient::getHTTPContentType()
nusoapclient::send in includes/nusoap.php
send the SOAP message

File

includes/nusoap.php, line 7119

Class

nusoapclient
nusoapclient higher level class for easy usage.

Code

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