Ben:
It's not
namespace.class, namespace
but rather,
namespace.class, assemblyname
That should fix your problem with the web.config. I think the rest of your
config looks OK. Code should be find too.

Signature
Sven
> I'm trying to implement a custom username token manager, with little
> success.
[quoted text clipped - 22 lines]
> at System.Web.HttpContext.GetConfig(String name)
> at
System.Web.Configuration.HttpConfigurationSystemBase.System.Configuration.IC
onfigurationSystem.GetConfig(String
> configKey)
> at System.Configuration.ConfigurationSettings.GetConfig(String
> sectionName)
> at
Microsoft.Web.Services2.Configuration.WebServicesConfiguration.Initialize()
> --- End of inner exception stack trace ---
> at
Microsoft.Web.Services2.Configuration.WebServicesConfiguration.Initialize()
> at Microsoft.Web.Services2.Pipeline..ctor()
> at
Microsoft.Web.Services2.WebServicesExtension.BeforeDeserializeServer(SoapSer
verMessage
> message)
> --- End of inner exception stack trace ---
[quoted text clipped - 15 lines]
> type="Macgregor.Mambo.PrimeBroker.MyUsernameTokenManager,
> Macgregor.Mambo.PrimeBroker"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
ty-secext-1.0.xsd"
> qname="wsse:UsernameToken" />
> </security>
[quoted text clipped - 7 lines]
>
> -Ben
Ben Bloom - 03 Aug 2004 12:59 GMT
Ooooh. Yeah, that might make a difference. I'll give that a shot. Thanks!
> Ben:
>
[quoted text clipped - 8 lines]
> That should fix your problem with the web.config. I think the rest of your
> config looks OK. Code should be find too.