Calling PHP Webservice in Asp.net(Its Urgent)
hello all,
i calling third party php webservice in asp.net application.
localhostxyz
srvlogin = new localhost.xyz();
localhost.logonresponsearray
arryobj = new logonresponsearray();
arryobj = srvlogin.logon(
"abc", "pqr", "xyz");
where logon() api from php web service.
return type of logon() method logonresponsearray class of array type.
i facing 1 problem that arryobj returns null value.
so can 1 tell me how can proper value.
thanks
vivek deshpande
is typo? missing "." in "localhhostxyz"? 2 sides should same type.
Archived Forums A-B > ASMX Web Services and XML Serialization
Comments
Post a Comment