1. Why is SSRS ignoring data from certain columns returned by a web method? stackoverflow.comI'm using the XML data source feature in Reporting Services 2005 but having some issues with missing data. When there is no value for the first column in a row, it ... |
2. Soap Web Service Calls from SQL Server stackoverflow.comI'm not entirely sure if this is possible, but does anyone know how, or if you can make calls to a SOAP web service from SQL Server? Seems like it ... |
3. calling SQL Server Endpoint web service stackoverflow.comI understand that SQL Server endpoint returns data using SOAP. Does anyone know if they can return JSON data? Thanks! |
4. SQL Server as a Web Serivce Client stackoverflow.comSuppose given a URL, http://test.org/service.asmx How can I use SOAP method in SQL Server to access the service? |
5. Deserializing from SQL Server Compact throws a "There is an unclosed literal string." error stackoverflow.comI am trying to store some objects in an SQL Server Compact (SQL CE) database by serializing them with a SOAP formatter. Serializing seems to work just fine, but ... |
6. Parsing SOAP XML in MSSQL stackoverflow.comI'm trying to get the 'Response' text from a SOAP response in MSSQL but I cannot use soap:Envelope because of Parsing error's from MSSQL. XML parsing error: Reference to undeclared ... |
7. Can anyone help?? Extracting values from XML(SOAP) in SQL Server 2008 stackoverflow.comI am really new to XMl and have been tasked with extracting some values from an XML column. I have read LOTS of example of how to do this on the internet ... |