HPC SOA model: Using WebHttpBinding
-
2009년 7월 20일 월요일 오후 8:49
Hi,
I've read that only BasicHttpBinding and NetTcpBinding WCF bindings are supported in HPC.
The WebHttpBinding is essentially the BasicHttpBinding with MessageVersion.None setting.... so... why is the WebHttpBinding not supported?.
If I set the MessageVersion to None and I use BasicHttpBinding.... does it work in HPC?.
Thanks,
Rodrigo.
모든 응답
-
2009년 7월 21일 화요일 오전 7:03Hi,
We haven't tested WebHttpBinding with HPC Server 2008, you are suggested to use BasicHttpBinding in this case.
Can you let me know why you need WebHttpBinding instead of BasicHttpBinding? -
2009년 7월 21일 화요일 오전 7:05Hi,
Well, I'd like to know if it is possible to use WCF Web programming model (REST) on HPC Server.... any ideas?
Thanks,
Rodrigo. -
2009년 8월 7일 금요일 오전 3:57
Hi,
Our HPC Server 2008 is tested again .Net 3.0 and we didn't officially support WebHttpBinding because it comes with .Net 3.5. We only support Net.TCP binding and Basic HTTP binding in HPC Server 2008 RTM.
Can you tell me why you prefer a REST binding instead of Basic HTTP binding?
Thanks
Yiding- 답변으로 표시됨 Don PatteeModerator 2011년 2월 5일 토요일 오전 1:00