I have written a web service and used wse 2.0 to secure it. Once I pushed the ws over to a production server (from my localhost) and try to access the ws with a client, I get the following exception:
SoapHeaderException: System.Web.Services.Protocols.SoapHeaderException: Server unavailable, please try later ---> System.Configuration.ConfigurationException: WSE032: There was an error loading the microsoft.web.services2 configuration section. ---> System.Configuration.ConfigurationException: WSE040: Type jlaws.Authenticater, jlaws could not be loaded. Please check the configuration file.
The code for the ws and the client can be found at the bottom of this post: thread855-1143873
Any ideas what can cause this or how to fix?
mwa
<><
SoapHeaderException: System.Web.Services.Protocols.SoapHeaderException: Server unavailable, please try later ---> System.Configuration.ConfigurationException: WSE032: There was an error loading the microsoft.web.services2 configuration section. ---> System.Configuration.ConfigurationException: WSE040: Type jlaws.Authenticater, jlaws could not be loaded. Please check the configuration file.
The code for the ws and the client can be found at the bottom of this post: thread855-1143873
Any ideas what can cause this or how to fix?
mwa
<><