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

مشاهدة النسخة كاملة : catch an object returned by java webservice in c# application.



C# Programming
05-07-2009, 08:03 AM
i need to get customer information from a java web service my client app is a C# . instead of calling the web service several times i want to get customer object , to do this i use a customer xsd and generated two classes one for c# and other of java ,then i added those classes to relevant party, in the java web service i create a customer object and fill it with info and send to c#, but in C3 it say that the passed object can't be implicitly cast ,any idea to solve this .