Quote Originally Posted by sweet_babylhyn View Post
How about the soap xml below, can I manipulate it in my web form and pass to the web service?
I do not understand what you mean by this. This XML would be returned by the Web Service and you can use it in your Web Form. What is it that you want to pass back to Web Service?

Also please understand, that while writing Web Services, you don't have to worry about how SOAP works (although it helps if you know it, but it is not a pre-requisite). You can write a Web Method that returns a DataSet and then in your client app you can use the dataset like any other dataset that you create locally.