And what's wrong?
Just set "DataSet ds" as param of your WebService method
P> I need to pass a DataSet from my windows application in vb.net to a
P> webservice .
P> Thanks In Advance
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour
"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
<WebMethod()> _
public sub MyMethod(argument as System.Data.Dataset)
end sub
It's really that easy.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.