Advanced Forum Search Results
-
There's not much articles talking about wcf hosted in https environment. Most of success 'stories' talking about wcf in http. Well i guess that is quite simple for any deployment. Searching on the net not much returning a good results.
-
[quote user="MarkMonster"]
What's basically is the case is the following.
In the old days (WebServices) we didn't have to worry about metadata. We could simply use ServiceName.asmx for the service and ServiceName.asmx?wsdl for the metadata.
In the new day (WCF) we will have to worry about this metadat. This is because ...
-
[quote user="MarkMonster"]I have the feeling you're also missing a mexHttpBinding url.
[/quote]
i noticed about this. Actually i have tried to put the mex binding, but it won;t work at all. My service will throw error. thats why i take it out and suddenly magical thing happened that my service running perfectly. :)
since that ...
-
[quote user="rajeshkumar.a@gmail.com"]
Hi,
I believe Silverlight supports only "basicHttpBinding". Hope you can access HTTPS with the below declaration in the config file
<security mode="Transport" />[/quote]
Yes it is. I know about that. But that one is for the client config. My case is for ...
-
Hi Guys,
I need your help on this. I have a silverlight + WCF project. My WCF services hosted in HTTPS IIS server (example: https://XX.XX.XX.XX/MinisterServiceHost/MinisterProfileService.svc). When i put that url to my local browser its working fine. means that the service is running. The problem now is that when i try to Add Service ...