web services are securized using WSE.3.0

P

Petru Metgher

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top