Question Web Service Problem?

raysefo

Well-known member
Joined
Jul 21, 2010
Messages
207
Programming Experience
Beginner
Hi,

I m trying to call a web service method but the problem is when i try to call the method they provided, it says "value of DataSetOdds can not be converted to mum.DataSetOdds".

....

result = mumService.ForwardLiveOdds(p.dsSetOdds, p.sDrawNumber, p.sOddsRevision)

...

How can i solve this? Actually i deserialized the schema to get the class but i m not sure whats the problem.

Thanks in advance.


Best Regards
 
Back
Top