Showing posts with label webservice. Show all posts
Showing posts with label webservice. Show all posts

Friday, February 17, 2012

Does Windows 2000 Professional supporte native HTTP access?

I'm trying to create a new webservice by sql 2005. My operational system is a windows 2000 professional, but when I try to create a endpoint, I've got the follow message error:

Msg 7812, Level 16, State 1, Line 1
The endpoint 'RetornarUsuarios' has been established in metadata, but HTTP listening has not been enabled because HTTP support did not start successfully. Verify that the operating system supports native HTTP access. Check the SQL Server error log for any errors while starting HTTP support.


Msg 7807, Level 16, State 1, Line 1
An error ('0x80004005') occurred while attempting to register the endpoint 'RetornarUsuarios'.

Could someone help me? I think the reason is the version of my operational system.

Att,

Leandro Carvalho




No, SQL Server 2005 does not support Native Web Services on Windows 2000. From SQL Server 2005 Books On-Line, section "Using Native XML Web Services in SQL Server 2005":

"HTTP support requires the HTTP listener: Http.sys. Http.sys is available only on Windows Server 2003 and Windows XP Service Pack 2. For more information, see Configuring the HTTP Kernel-Mode Driver (Http.sys)."

|||I use xp sp2 english version, but I can not create endpoint :-( With the same error Msg 7812.|||CREATE ENDPOINTS are also not allowed on SQL SERVER express.

Does Windows 2000 Professional supporte native HTTP access?

I'm trying to create a new webservice by sql 2005. My operational system is a windows 2000 professional, but when I try to create a endpoint, I've got the follow message error:

Msg 7812, Level 16, State 1, Line 1
The endpoint 'RetornarUsuarios' has been established in metadata, but HTTP listening has not been enabled because HTTP support did not start successfully. Verify that the operating system supports native HTTP access. Check the SQL Server error log for any errors while starting HTTP support.

Msg 7807, Level 16, State 1, Line 1
An error ('0x80004005') occurred while attempting to register the endpoint 'RetornarUsuarios'.

Could someone help me? I think the reason is the version of my operational system.

Att,

Leandro Carvalho


No. The HTTP listener component is only available on Windows Server 2003 and Windows XP SP2.

Tuesday, February 14, 2012

Does the Report Manager use the RS WebService?

If the Report Manager uses the SOAP API to build the website, is there a way to find the code for this? This is a great working sample and I would like to see that code to help in my understanding and building of a proprietary site. There are a lot of snippets of code to show how to do things individually, but when you put them all together, it is very slow (Item Properties, Methods, etc.). //Report Mangaer does use the SOAP API to the Report Server web service, but we don't make the Report Manager source code publicly available.|||

Thanks for the response. If that is the case, I've been looking for good examples for retrieving the Report Name, Description and Parameters. When I piece together from other resources I can get it to work great! HOWEVER, it is very slow, especially the GetProperties Method!

Thanks.