- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
/**
* gets the HTTP body for the current request.
*
* @param string $soapmsg The SOAP payload
* @return string The HTTP body, which includes the SOAP payload
* @access private
*/
function getHTTPBody($soapmsg) {
return $soapmsg;
}
Follow us!