المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : working with webservices in .net



C# Programming
08-07-2009, 07:56 AM
in a webservice i'm using xsd generated class(person) object to fill data and return a person type object to the caller. in the caller side also i create an object of person class generated by same xsd.

in java client the returned object can be directly assigned to the local person type object.

but in .net it says "cannot convert localhost.person to person".my webrefernce is localhost.