Update.
I moved the web service to another computer, started up the client and
viola! everything worked as expected.
Must be something in the configuration of the other server.
At least that narrows it down...
> have a web service using wse 3.0, usernameforCertificateSecurity, and a
> custom usernametokenmanager. If I run the web service and a client on my dev
[quoted text clipped - 50 lines]
> Anyone have any ideas why my web service is failing on processing the config
> file?
scham - 28 Mar 2007 00:05 GMT
Found the issue. Somehow I screwed up the deployment. I had the web service
running at root level on a certain port and then I had it running again one
level down on the same port. Not sure how that happened but now that it's
gone everything works fine.
> Update.
>
[quoted text clipped - 59 lines]
> > Anyone have any ideas why my web service is failing on processing the config
> > file?
op - 27 Apr 2007 15:44 GMT
Probably you had another web.config on the upper level in IIS. For example
one for Web Site (redundant) and another one for VIrtual Directory. And there
was a conflict because of it.
> Found the issue. Somehow I screwed up the deployment. I had the web service
> running at root level on a certain port and then I had it running again one
[quoted text clipped - 64 lines]
> > > Anyone have any ideas why my web service is failing on processing the config
> > > file?