Outlook WebServices WSE
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
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?
.
Relevant Pages
- web services are securized using WSE.3.0
... I have am Outlook application which use web services. ... Outlook Add-in cannot load section name="microsoft.web.services2 ... How to load this section using C # code? ... (microsoft.public.office.developer.com.add_ins) - Outlook wse
... I have am Outlook application which use web services. ... Outlook Add-in cannot load section name="microsoft.web.services2 ... How to load this section using C # code? ... (microsoft.public.office.developer.outlook.forms) - I have am Outlook application which use web services.
... I have am Outlook application which use web services. ... Outlook Add-in cannot load section name="microsoft.web.services2 ... How to load this section using C # code? ... (microsoft.public.office.developer.automation) - RE: Load Balancing
... proper semantics to allow multiple host instances to hit one REMOTE receive ... the load in effect. ... share loads on different transport types such as file and Web services. ... Any general comment on other transport types. ... (microsoft.public.biztalk.general) - Re: WEB programs running 100% on iSeries
... You want a load tester for your iSeries to see what it can handle as far as web service requests? ... Or are you looking for something on the iSeries to handle web services ... I find a bigger more powerful iSeries and submit as many jobs as possible that make web service requests to the other to QSYSNOMAX so all the jobs will run as many at a time as the machine will allow. ... (comp.sys.ibm.as400.misc) |
|