SOAP Response to Dataset
I'm trying to convert the response I'm getting from Web Service into a DataSet so I can 开发者_JAVA技巧bind it to a GridView.
The response is already serialized.
It need not be only a DataSet to bind to GridView. You can bind a list as well. If you're receiving a collection of records from the SOAP request, try binding it directly GridView and it will work.
精彩评论