locked
WCF Queuing + mutual certificate authentication RRS feed

  • Question

  • I am developing a mobile application (Windows Mobile 6.5) that needs to connect to a WCF service that I am also building. The requirements are that the device has to authenticate via mutual certiciate authentication.

    Is it possible to do message queuing with the WCF proxy on .netcf? Is it possible to use the netMsmqBinding as a mobile endpoint and will netMsmqBinding work with mutual certificate authentication?
    Programmers-Unlimited.com
    Monday, November 23, 2009 11:32 PM

Answers

  • Hi,

    Teh only binding supported on mobile(.NET Compact Framework) is basichttpbinding.
    Please mark the response as answers if it solves your question or vote as helpful if you find it helpful. http://thoughtorientedarchitecture.blogspot.com/
    • Proposed as answer by Haripraghash Tuesday, November 24, 2009 12:06 AM
    • Marked as answer by Bin-ze Zhao Thursday, November 26, 2009 10:30 AM
    Tuesday, November 24, 2009 12:06 AM
  • Hi

    Its not possible. Check the features of WCF supported in .netCF here

    http://blogs.msdn.com/andrewarnottms/archive/2007/08/21/the-wcf-subset-supported-by-netcf.aspx

    Check this article. It talks about a new binding in .netcf that uses email queues. See if it suits you.
    http://msdn.microsoft.com/hi-in/magazine/cc164240%28en-us%29.aspx
    Please mark the response as answers if it solves your question or vote as helpful if you find it helpful. http://thoughtorientedarchitecture.blogspot.com/
    • Marked as answer by Bin-ze Zhao Thursday, November 26, 2009 10:30 AM
    Wednesday, November 25, 2009 12:36 AM

All replies

  • Hi,

    Teh only binding supported on mobile(.NET Compact Framework) is basichttpbinding.
    Please mark the response as answers if it solves your question or vote as helpful if you find it helpful. http://thoughtorientedarchitecture.blogspot.com/
    • Proposed as answer by Haripraghash Tuesday, November 24, 2009 12:06 AM
    • Marked as answer by Bin-ze Zhao Thursday, November 26, 2009 10:30 AM
    Tuesday, November 24, 2009 12:06 AM
  • Ok, so my question is, "Is WCF message queing possible in .NETCF" ?
    Programmers-Unlimited.com
    Tuesday, November 24, 2009 5:50 PM
  • Hi

    Its not possible. Check the features of WCF supported in .netCF here

    http://blogs.msdn.com/andrewarnottms/archive/2007/08/21/the-wcf-subset-supported-by-netcf.aspx

    Check this article. It talks about a new binding in .netcf that uses email queues. See if it suits you.
    http://msdn.microsoft.com/hi-in/magazine/cc164240%28en-us%29.aspx
    Please mark the response as answers if it solves your question or vote as helpful if you find it helpful. http://thoughtorientedarchitecture.blogspot.com/
    • Marked as answer by Bin-ze Zhao Thursday, November 26, 2009 10:30 AM
    Wednesday, November 25, 2009 12:36 AM