__soapCall($method,$param); } /** * This is how to define a global method for WSDL. A setting was not required since the * PhpWsdlMethod::$IsGlobalDefault property was set to TRUE so every method is handled * as global method per default now * * @return string Response */ public function GlobalMethodDemo(){ return self::_Call('GlobalMethodDemo',Array( )); } }