The Artima Developer Community
Sponsored Link

Web Services Forum
ConfigurationException while using WSE 2.0

1 reply on 1 page. Most recent reply: Oct 25, 2004 7:53 AM by Dipika

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Dipika

Posts: 2
Nickname: dipikajain
Registered: Oct, 2004

ConfigurationException while using WSE 2.0 Posted: Oct 25, 2004 7:52 AM
Reply to this message Reply
Advertisement
I am trying to write a .NET client for a webservice. I've configured app.config to have the following inside the configuration section:

<p>
&ltconfigSections&gt
&ltsection name="microsoft.web.services2" type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=XXXXX" /&gt
&lt/configSections&gt
</p>
<br>
where XXXXX is the actual public key token.

However, when I try to run the client, I get the following exception:

An unhandled exception of type 'System.Configuration.ConfigurationException' occurred in microsoft.web.services2.dll

Additional information: WSE032: There was an error loading the microsoft.web.services2 configuration section.


I'm assuming this means that it could not load app.config, or that it is formatted incorrectly. Has anyone seen this problem before or can point me to what I'm doing incorrectly?

Thanks!


Dipika

Posts: 2
Nickname: dipikajain
Registered: Oct, 2004

Re: ConfigurationException while using WSE 2.0 Posted: Oct 25, 2004 7:53 AM
Reply to this message Reply
Sorry, looks like my formatting got all messed up, here's another shot:

I am trying to write a client for a webservice. I've configured app.config to have the following inside the configuration section:


<configSections>
<section name="microsoft.web.services2" type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=XXXXX" />
</configSections>


where XXXXX is the actual public key token.

However, when I try to run the client, I get the following exception:

An unhandled exception of type 'System.Configuration.ConfigurationException' occurred in microsoft.web.services2.dll

Additional information: WSE032: There was an error loading the microsoft.web.services2 configuration section.


I'm assuming this means that it could not load app.config, or that it is formatted incorrectly. Has anyone seen this problem before or can point me to what I'm doing incorrectly?

Thanks!

Flat View: This topic has 1 reply on 1 page
Topic: Connect Tomcat to Apache Previous Topic   Next Topic Topic: Security for webpage

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use