sava Posted May 15, 2006 Share Posted May 15, 2006 How to handle MS Dataset object with PEAR SOAP client ?Any explanation or examples will be thankful.Code:$wsdlObj = new SOAP_WSDL($wsdlUrl);$clientObj = $wsdlObj->getProxy();$response = $clientObj->Login($dataSet); ????Thanks ! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.