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 ! Link to comment https://forums.phpfreaks.com/topic/9721-how-to-handle-ms-dataset-object-with-pear-soap-client/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.