Hi,
I would like to know, whether you have any way of
communication with
your webservices using wsdl. I was communicating with google
and msn
using wsdsl and saop. If not, what is the non-wsdl way of
communication (I saw your php way of communication using DOM
and CURL,
but I am not satisfied with that)
Here is the example code:
<?php
try
{
$soapClient = new
SoapClient("htt
ps://adcenterapi.msn.com/adcenterapi.asmx?wsdl",ar
ray('UserName'
=> "username", 'Password' =>
"password",'UserAccessKey'=>"userkey
"));
$accounts =
$soapClient->GetAccounts(array('APIFlags'=>"1
"));
print_r($accounts);
}
catch (SoapFault $soapFault)
{
echo $soapFault;
}
?>
Let me know, if you have any other methods of accessing
Yahoo. I am
looking forward to your response asap.
Thanks,
Murthy
Yahoo! Groups Links
<*> To visit your group on the web, go to:
ht
tp://groups.yahoo.com/group/yws-searchmarketing/
<*> To unsubscribe from this group, send an email to:
yws-searchmarketing-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
|