1

How to create a web method for the web service which is returning the values as "dataset" by consuming it from android.

Is this web-method right?

public class GetName {

    public DataSet GetName(String str) {
        return str;
    }
}

If not please let me now any idea or sample sources.I have googled it as per my knowledge but still searching for solution.

Thanks for your precious time!

4

1 に答える 1

0

Try this link Create java based web service in Eclipse it will help you to create java based web service and if you have problem in that you can write me.

于 2012-06-12T10:41:42.883 に答える