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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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. 😉