In WCF how to remove bindings from the metadata?

Posted by estourodepilha.com on Stack Overflow See other posts from Stack Overflow or by estourodepilha.com
Published on 2010-03-31T18:31:37Z Indexed on 2010/03/31 18:33 UTC
Read the original article Hit count: 126

Filed under:
|
|
|
|

The WSDL generated by WCF is describing all my bindings, and I want it to describe only the wsHttpBinding.

I want it because a PHP client can't parse the WSDL if it contains unknown bindings.

There is a way to do that?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wcf