Re: Outlook WebServices WSE
- From: "John R. Durant [MSFT]" <jdurant@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 25 Aug 2005 15:01:22 -0700
Petru,
I'm not sure I completely grasp what's going on in your scenario. Let me see
what I can gather:
1) You have an Outlook Add-in that calls a Web service
2) The Web service is using WSE 3.0 for security
3) The add-in fails
Does it fail when the authentication occurs? Do calls outside of Outlook
work properly? What happens if you spin up a quick WinForm app and call the
Web service? Does that work? At what point does it fail?
I just need a little more info to be helpful.
Cool.
--
John R. Durant [MSFT]
blog: http://blogs.msdn.com/johnrdurant
This posting is provided "AS IS" with no warranties, and confers no rights.
"Petru Metgher" <pmetgher@xxxxxxxxxxxxx> wrote in message
news:em2hYS$pFHA.2956@xxxxxxxxxxxxxxxxxxxxxxx
>I have am Outlook application which use web services.
> But web services are securized using WSE.3.0
>
> Outlook Add-in cannot load section name="microsoft.web.services2
> <configSections>
>
> <section name="microsoft.web.services2"
> type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration,
> Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35" />
>
> </configSections>
>
> because hi hon't have app.config.
>
> How to load this section using C # code?
>
> or Other ideas how to solve this problem?
>
>
.
- References:
- Outlook WebServices WSE
- From: Petru Metgher
- Outlook WebServices WSE
- Prev by Date: Re: How to Deploy Solution Files Using the Publish Wizard
- Next by Date: Re: Visual Studio Tools For Office - 2003 and 2005
- Previous by thread: Outlook WebServices WSE
- Next by thread: RE: Outlook WebServices WSE
- Index(es):
Relevant Pages
|