You are here

function nusoapclient::getHTTPBody in Salesforce Suite 5.2

Same name and namespace in other branches
  1. 5 includes/nusoap.php \nusoapclient::getHTTPBody()

* gets the HTTP body for the current request. * *

Parameters

string $soapmsg The SOAP payload: * @return string The HTTP body, which includes the SOAP payload * @access private

1 call to nusoapclient::getHTTPBody()
nusoapclient::call in includes/nusoap.php
* calls method, returns PHP native type * *

File

includes/nusoap.php, line 7107

Class

nusoapclient
nusoapclient higher level class for easy usage.

Code

function getHTTPBody($soapmsg) {
  return $soapmsg;
}