Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

2000 = SQLXML 2005 = ??? (what is SQLXML replaced with in ..

 
   Database Forums (Home) -> XML RSS
Next:  Help with SELECT FROM OpenXML  
Author Message
clickfind™

External


Since: Aug 01, 2008
Posts: 3



(Msg. 1) Posted: Fri Aug 01, 2008 1:15 am
Post subject: 2000 = SQLXML 2005 = ??? (what is SQLXML replaced with in 2005)
Archived from groups: microsoft>public>sqlserver>xml (more info?)

Does anyone know what to use now instead of SQLXML to simply output
XML over HTTP?
I don't need any WSDL at this stage although it would be nice, just
after outputting XML directly from the server over HTTP.

Any suggestions and or tutorials would be much appreciated.

Cheers

 >> Stay informed about: 2000 = SQLXML 2005 = ??? (what is SQLXML replaced with in .. 
Back to top
Login to vote
Mike C#

External


Since: Jul 27, 2006
Posts: 212



(Msg. 2) Posted: Mon Aug 11, 2008 4:55 pm
Post subject: Re: 2000 = SQLXML 2005 = ??? (what is SQLXML replaced with in 2005) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You can use SQL 2005 HTTP Endpoints (although they are deprecated effective
with 2008). Project Astoria (ADO.NET Data Services) looks like a potential
replacement for both HTTP Endpoints and SQLXML, although last time I checked
it was still in Beta. Alternatively you can use ASP.NET and create either a
web service or a web page that returns your XML directly over HTTP (as is
common with AJAX-style applications). I think the general idea is that MS
tried implementing HTTP Endpoints directly from SQL Server but then decided
against it. Now the move is toward keeping the HTTP communication in the
middle-tier, away from SQL Server itself.

"clickfindT" wrote in message

> Does anyone know what to use now instead of SQLXML to simply output
> XML over HTTP?
> I don't need any WSDL at this stage although it would be nice, just
> after outputting XML directly from the server over HTTP.
>
> Any suggestions and or tutorials would be much appreciated.
>
> Cheers

 >> Stay informed about: 2000 = SQLXML 2005 = ??? (what is SQLXML replaced with in .. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
SQLXML and XSL and VB.NET - I can find an example on how I call a stored proc and return XML and attach a stylesheet to it and render the HTML to the page using vb.net. I would like to display reports this way. If there is a simpler way to do the same thing let me know. I'm open to...

SQLXML Version - Hi, How can I determine the version of SQLXML installed on my server? Thank you, Alan

SQLXML 4.0 Beta (2005) - Folks: I thought I would try the .NET framework 2.0 beta version of SQLXML.4.0 and am running into a problem. When I add a project reference to Microsoft.Data.SqlXml in Visual Studio .NET Beta 2, I cannot compile the project. I get the "Are you mi...

How to search with SQLXML? - I have been looking for a solution in order to be able to search in our Sql server 2005 (v.9.00.1116.00) using SQLXML and Schemas. Actually we haven't found any kind of search, but complete only. For instance: cmd.CommandText = "/Member[Member_Name...

SQLXML for xml explicit - Hi ppl, I am a newbie,a rookie in to the database world.I've got my first job now in a small company who couldnt offord a full fledged DBA. We have a requirement in which we need to query a lot of tables and form numerous XML with those data. I..
   Database Forums (Home) -> XML All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]