You are here

function soapclient::getHTTPBody in Salesforce Suite 5.2

Same name and namespace in other branches
  1. 5 includes/nusoap.orig.php \soapclient::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 soapclient::getHTTPBody()
soapclient::call in includes/nusoap.orig.php
* calls method, returns PHP native type * *

File

includes/nusoap.orig.php, line 7068

Class

soapclient
soapclient higher level class for easy usage.

Code

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