Sourabh
Sourabh

Reputation: 5170

How to get data set in j2me application?

I am using web service built in .net in which I want to return data as data set. I am able to send data in a data set, but don't know how to get it java j2me application?

Upvotes: 1

Views: 558

Answers (1)

bharath
bharath

Reputation: 14453

There is no class available for that in j2me. By the way you can return the data as XML format. You can parse the XML and get the values. I seen this link for writing DataSet as XML format. But I don't have knowledge in .net, So you have to create with own stuff. ;)

Upvotes: 2

Related Questions