SQLserver « soap « Java Enterprise Q&A





1. Why is SSRS ignoring data from certain columns returned by a web method?    stackoverflow.com

I'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.com

I'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.com

I 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.com

Suppose 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.com

I 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.com

I'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.com

I 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 ...