Certification porblems with WSDL file using CSLA

Certification porblems with WSDL file using CSLA

Old forum URL: forums.lhotka.net/forums/t/6530.aspx


marcotonix posted on Friday, February 27, 2009

In our company we are trying to certificate an application in which we are using a CSLA 3.04 first we were using this one with “remoting” and we had many warnings and errors with the WSDL file so we change the configuration to use WCF and there are no errors but still some warnings (I attaché the warnings) about the reference does not conform to WS-I Basic profile v1.1.  Do you have any suggestion about how we can use CSLA to avoid these warnings?

RockfordLhotka replied on Friday, February 27, 2009

If you are using WCF you need to configure the server endpoint to use the correct profile.

Normally I use wsHttpBinding, which is absolutely not compliant with the (now ancient) basic profile spec.

I think (but have never really tested) that you can use basicHttpBinding with the data portal. That profile is probably what you are looking for to be compatible with the old SOAP specs.

Copyright (c) Marimer LLC