Friday, 15 July 2011

ServiceStack authentication provider and SOAP conflict -



ServiceStack authentication provider and SOAP conflict -

i cannot generate proxy class when authentication provider enabled. dtos in servicestack must in same namespace. that. here's becomes problem. enabling authentication

plugins.add(new authfeature(() => new authusersession(), new iauthprovider[] { new basicauthprovider()} ));

adds few servicestack resources - auth, assignroles , on. these dtos in servicestack default namespace http://schemas.servicestack.net/types. stuck - config.wsdlservicenamespace , contractnamespace tricks described in https://github.com/servicestack/servicestack/wiki/soap-support cannot svcutil build proxy class because dtos , servicestack provided (which required authentication) in different namespaces.

can have authentication provider , soap @ same time?

servicestack

No comments:

Post a Comment