Hi SQLAgentman,
Is this an ASMX web service, or are you using SoapService? If it is an
asmx web service, are you able to hit this service by just loading up IE and
typing in the URL of that service? If not, then please check if you have
ASP.NET installed, and whether you have given it permission to run on the
Win2K3 box. You can go to IIS Manager, and click on the web services
extensions and click Allow for ASPNET1.1.4322. Optionally, you could go to
your \windows\microsoft.net\framework\v1.1.4322 directory and type in
aspnet_regiis /i /enable.
If you are able to hit the web service via IE, then could you please
turn on tracing on both the client and the sever side. Additionally could
you also turn on detailedErrors at the server side. Then you can see whether
the message even goes out from the client, and whether it even reaches the
server.
I am assuming that you have set up permissions to the PrivateKey file
properly.
Let me know if this helps,
Thanks,
Sidd [MSFT]
> Hello Dilip,
>
[quoted text clipped - 9 lines]
>
> Sql