View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mron0210 mron0210 is offline
external usenet poster
 
Posts: 1
Default Call secure web services from Excel 2003

Hi,


I have created a web service using Visual Studio .Net (Visual Studio
Tools for Office : Excel project) and secured it using WSE 2.0. I
have added a hyperlink in the Excel sheet which when clicked invokes
the web service. It works when I invoke the non secure web service. But

when I try invoking the secure web service using the hyperlink it
completely ignores the secure invocation method.


My guess is Excel does not recognize the security related dll's and
fails to invoke the web service.


Is there any way to call a secure web service from Excel ?


thanks