XML WebService
-
Hello. I need your help. I have to build a web service that returns a xml with some data from a SQL Data Base. Witch is the best and more effective way of accomplish that? Thanks all.
huh? do you know how to build webservice? If so, what is your question?
Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]
-
huh? do you know how to build webservice? If so, what is your question?
Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]
-
Hello. I need your help. I have to build a web service that returns a xml with some data from a SQL Data Base. Witch is the best and more effective way of accomplish that? Thanks all.
Ice_LS00 wrote:
I have to build a web service that returns a xml with some data from a SQL Data Base
You can use
For XML Auto
in SQL Server SP's to return XML. and for return XML from web methods, check HOW TO: Use XmlDocument Elements When Passed to or Returned from WebMethods by Using Visual C# .NET[^]cheers, Abhijit CodeProject MVP
-
Ice_LS00 wrote:
I have to build a web service that returns a xml with some data from a SQL Data Base
You can use
For XML Auto
in SQL Server SP's to return XML. and for return XML from web methods, check HOW TO: Use XmlDocument Elements When Passed to or Returned from WebMethods by Using Visual C# .NET[^]cheers, Abhijit CodeProject MVP
-
Great! Go ahead. :)
cheers, Abhijit CodeProject MVP