Hello!
I'm having a problem importing my old WSE version 2.0 to version 3.0. In the logs asks me to make the configuration manualy. But I don't quite succeded in doing this. I can't make it create trace log files and the application doesn't work any more after conversion.

importing WSE2 to version 3
mrwise
MartinMSJ
mig16
public partial class JustizERVServiceWse:Microsoft.Web.Services3.WebServicesClientProtocol
in the Reference.cs file.
lenora
WARNING: Policy Section was not imported as WSE 3.0 Policy has changed significantly. Please use the Policy Wizard to create a new Policy.
Well I've recreated the policy manualy, but I still can't authenticate to the web service.
Another strange thing is that I still have configurations for WSE 2.0 (well I have it installed on my system for Visual Studio 2003, but I don't use it in my 2005 project):
<section name="microsoft.web.services2" type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Why is that
Robert Magowan
KombatNT
Alan Reed
Then point to the policy file that you have created with the wizard. By adding this configuration
<microsoft.web.services3>
<policy fileName="wse3policyCache.config"/>
</microsoft.web.services3>
Perform this in both client and server side.