FreeMED Opensource EMR/PM Software |
.../classes/ util/ nusoap.phpSummary
WSDL functionality is experimental@author Dietrich Ayala diet@ganx 4.com @version $Id: nusoap.php,v 1.76 2004/06/25 13:17:56 snichol Exp $ @access public rich MSIE requires gzdeflate output (no Zlib header and checksum),instead of gzcompress output, which conflicts with HTTP 1.1 spec (http://www.w3.org- /Protocols- /rfc2616- /rfc2616-sec3.html#sec3.5) if the operation has multiple return valuesthe return value of this method will be an array of those values. @param string $msg a SOAPx4 soapmsg object @param string $soapaction SOAPAction value @param integer $timeout set connection timeout in seconds @param integer $response_timeout set response timeout in seconds @return mixed native PHP types. @access private |