Can anyone tell me the basics of receiving web service data and importing that data into MS SQL Server 2005.
How do I initiate service calls ?
- stored procedures?
- send a request for today’s data, do service calls accept parameters?
- where does response xml data live, get deposited?
How to import XML to SQL Server table.
- is this part of the response or service call?