https - WCF: myservice.svc?wsdl shows "You have created a service.", not WSDL? -
i've created wcf service wshttpbinding , mexhttpbinding. when running on http in iis6, myservice.svc shows usual "you have created service." page. myservice.svc?wsdl shows xml containing wsdl.
i changed <security mode="none">
<security mode="transport">
, try reaching same service using https. myservice.svc still shows "you have created service." myservice.svc?wsdl shows "you have created service."
what doing wrong?
the service still works (made client when using http, , changed https afterwards). vs cannot generate new client using https, because ?wsdl page broken.
in servicemetadata behavior must set httpsgetenabled true.
Comments
Post a Comment