Page 1 of 1

How to consume a web service made in .NET returning DataSet

Posted: Thu Feb 04, 2010 6:30 pm
by vineet.ambwani
I have a Web Service which returns a DataSet (whole table) which is made in a .NET platform.
but now I need this service to be consumed by jade. and this is creating problems.
whenever i m using a web service which returns a dataset it gives error.
Error OID : 424.2.733.2.8
Key already used in this dictionary

Plz... help me with dis. I 'll really appreciate if i can get a very good example for the same.

Regards..
Vinit Ambwani

Re: How to consume a web service made in .NET returning DataSet

Posted: Fri Feb 05, 2010 8:45 am
by torrie
What version of Jade are you using. A similar issue was reported in Jade 6.2.14 (resolved in 6.2.15 and hot fix in 6.3.

If you search the known issues (http://www.jade.co.nz/bin/jadehttp.dll?JWS&n=parsearch) for
MKDs sent to provider cause 1310, "key already used in this dictionary" exception
then you will see the details.

Was an exception log produced? These are normally found in the logs directory with the same name as your application. The call stack will let you identify whether the issue is occuring in your code or a root schema class.