Dear all, Im new in this and hope to get some advice. I have to send a datatable through soap to a soap server. Can anyone give me some hints/references of how to do that? Thanks in advance.
Dear all, Im new in this and hope to get some advice. I have to send a datatable through soap to a soap server. Can anyone give me some hints/references of how to do that? Thanks in advance.
To send data over SOAP, you need to construct a web service and then call an exposed method in that web service. I think you should start by reading a book on web services. You can take a look at this article also.