Re: Can't connect to SSL SOAP endpoint -
06-03-2008
, 09:23 PM
Hello Axel,
You may try telnet from a different machine. If it's blocked, please
temporiarly disable firewall on your server to test the issue. If the issue
persists, please let me know what's the exact error message you get when
you connect to the Web service from IE by using URL such as following:
https://localhost:5000/PortfolioCockpit/SQL?wsdl
Regarding your question on permission, When an endpoint is created, only
members of the sysadmin role and the owner of the endpoint can connect to
the endpoint.
You need to run "grant connect on endpoint" statement for any other users
who you want to give the permission to connect to the Web service.
Overview of Native XML Web Services for Microsoft SQL Server 2005
http://msdn.microsoft.com/en-us/library/ms345123.aspx
In order to isolate permission related issue, you just log on as a windows
user with "sysadmin" role on SQL Server, and then do the test.
If anything is unclear, please feel free to let's know.
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
================================================== ===
When responding to posts, please "Reply to Group" via your
newsreader so that others may learn and benefit from this issue.
================================================== ====
This posting is provided "AS IS" with no warranties, and confers no rights. |