How to handle MS Dataset object with PEAR SOAP client ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sava
Forum Newbie
Posts: 8
Joined: Mon May 15, 2006 10:04 am

How to handle MS Dataset object with PEAR SOAP client ?

Post by sava »

How to handle MS Dataset object with PEAR SOAP client ?
Any explanation or examples will be thankful.

Code: Select all

$wsdlObj    = new SOAP_WSDL($wsdlUrl); 
$clientObj  = $wsdlObj->getProxy(); 

$response = $clientObj->Login($dataSet);  ????


Thanks !
sava
Forum Newbie
Posts: 8
Joined: Mon May 15, 2006 10:04 am

Post by sava »

Anybody ?
Soogn
Forum Newbie
Posts: 11
Joined: Sat May 27, 2006 12:53 pm

Post by Soogn »

'Fraid not mate, -- that seems like trying to interface ghandi and hitler...
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

What is an MS Dataset object anyway?
Post Reply