Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using WSE in a Web Service
Message
From
17/02/2004 16:07:04
 
 
To
All
General information
Forum:
ASP.NET
Category:
Web Services
Title:
Using WSE in a Web Service
Miscellaneous
Thread ID:
00878101
Message ID:
00878101
Views:
57
In order to use the WSE in a Web Service, I have installed the WSE on the server. When I installed it, I chose the Runtime setup. Then, in the Web.Config file, I added the following:
        <webServices>
            <soapExtensionTypes>
                <add type="Microsoft.Web.Services.WebServicesExtension,
                 Microsoft.Web.Services,Version=1.0.0.0,
                 Culture=neutral,
                 PublicKeyToken=31bf3856ad364e35" 
                 priority="1" group="0" />
            </soapExtensionTypes>
        </webServices>
When I try to load my Web Service using that in it, it bugs. If I comment all that, it works. What am I missing?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform