Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 .NET Inside SQL Server (2005)
 HTTP ENDPOINTS and SOAP Client

Author  Topic 

sgk
Starting Member

1 Post

Posted - 2007-12-07 : 04:26:29
Hi,

I have created a simple HTTP ENDPOINT in my sql server and trying to access that through a SOAP client written using C#. Everytime I try to post some request to the ENDPOINT I get the error "The remote server returned an error: (401) Unauthorized."

I do have an alternate by adding the HTTP ENDPOINT as a web reference to my C# project. But the problem with this apporach is that I have to add 10 web references if I have 10 HTTP ENDPOINTS.

If somebody has a better idea..please shoot it out.
   

- Advertisement -