Proxy Authentication error when calling a webservice from SQL2K stored proc
From: Steve Hebert (steve_at_hebertsoft.com)
Date: 09/16/04
- Next message: Greg Burns: "Re: composite key question"
- Previous message: Harry Keck: "Unexpected connection pooling errors with SP2"
- Next in thread: alien2_51: "Re: Proxy Authentication error when calling a webservice from SQL2K stored proc"
- Reply: alien2_51: "Re: Proxy Authentication error when calling a webservice from SQL2K stored proc"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 16 Sep 2004 15:01:01 -0500
I'm performing a webservice call from a SQL Server stored proc. Using the
sp_OA... functions, I'm passing data to a COM object (written in C#) and
executing the call to webservice by launching a function on the COM object.
When calling from one box to another, I get an 'HTTP 407 - Proxy
Authentication Required.' error returned from the call to the webservice.
The proxy requirement on the box has been removed, but I'm still gettting
the error when launching the stored proc from within Query Analyzer. When I
browse to the other server, I do not see a 'Proxy Authentication' popup
window.
I'm at a loss for understanding why the error is occurring. Isn't the
stored proc being run under my user credentials? How does that change if
I'm using SQL Server Authentication? Any ideas or suggestions on how to
resolve this one?
Thanks
- Next message: Greg Burns: "Re: composite key question"
- Previous message: Harry Keck: "Unexpected connection pooling errors with SP2"
- Next in thread: alien2_51: "Re: Proxy Authentication error when calling a webservice from SQL2K stored proc"
- Reply: alien2_51: "Re: Proxy Authentication error when calling a webservice from SQL2K stored proc"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|