Please help me, i have a WCF application hosted inside of Azure, and i need to use <customBinding> and use Binary Encoding, in sending Data from the WPF ---> WCF ---> Azure Storage Table.
Thnx
JFRBPH12™
It's more fun in the Philippines :)
http://www.itsmorefuninthephilippines.com/
Thanks for your reply, although i understand that it is best to use <basicHTTPBinding> and <wsHTTPBinding> when WCF is hosted in Azure as a Web Role, but is this mean that <customBinding> will not work if i use it?
As base on my problem stated from the first post, when i use the customBinding and run it locally (Visual Studio) the WCF runs and the WPF that consumes the WCF also runs, but when i try to publish the WCF in Azure, when i try to run the WPF which points
to the hosted WCF in Azure, it does not run. when i tryn to debug it, i found out that when it instantiate the "ServiceClient _Client = new ServiceClient()" and then _Client.Open(), it hang-up to this point.
JFRBPH12™
It's more fun in the Philippines :)
http://www.itsmorefuninthephilippines.com/
johnjalani
Member
334 Points
554 Posts
How to use <customeBinding> in WCF hosted in AZURE
Jun 01, 2012 07:21 AM|LINK
Hi,
Please help me, i have a WCF application hosted inside of Azure, and i need to use <customBinding> and use Binary Encoding, in sending Data from the WPF ---> WCF ---> Azure Storage Table.
Thnx
It's more fun in the Philippines :)
http://www.itsmorefuninthephilippines.com/
raju dasa
Star
14412 Points
2452 Posts
Re: How to use <customeBinding> in WCF hosted in AZURE
Jun 01, 2012 07:30 AM|LINK
Hi,
check this site:
http://msdn.microsoft.com/en-us/library/windowsazure/hh848261.aspx
rajudasa.blogspot.com || blog@opera
johnjalani
Member
334 Points
554 Posts
Re: How to use <customeBinding> in WCF hosted in AZURE
Jun 01, 2012 10:28 PM|LINK
Hi,
Thanks for your reply, although i understand that it is best to use <basicHTTPBinding> and <wsHTTPBinding> when WCF is hosted in Azure as a Web Role, but is this mean that <customBinding> will not work if i use it?
As base on my problem stated from the first post, when i use the customBinding and run it locally (Visual Studio) the WCF runs and the WPF that consumes the WCF also runs, but when i try to publish the WCF in Azure, when i try to run the WPF which points to the hosted WCF in Azure, it does not run. when i tryn to debug it, i found out that when it instantiate the "ServiceClient _Client = new ServiceClient()" and then _Client.Open(), it hang-up to this point.
It's more fun in the Philippines :)
http://www.itsmorefuninthephilippines.com/