| // +----------------------------------------------------------------------+ // // $Id: interop_Round2GroupC.php,v 1.5 2007/01/22 14:53:21 yunosh Exp $ // require_once 'SOAP/Value.php'; class SOAP_Interop_GroupC_Headers { function echoMeStringRequest($string) { return new SOAP_Value('{http://soapinterop.org/echoheader/}echoMeStringResponse', 'string', $string); } function echoMeStructRequest($struct) { return new SOAP_Value('{http://soapinterop.org/echoheader/}echoMeStructResponse', 'SOAPStruct', $struct); } }