Question About WCF Interoperability

Last post 06-01-2009 8:10 AM by r.jaiswal@rediffmail.com. 1 replies.

Sort Posts:

  • Question About WCF Interoperability

    02-10-2009, 12:09 PM

     Hello,

     I recently started learning WCF. I developed a small WCF service and hosted it using Host Program. I also tested it using WcfTestClient.exe.

    The service is working fine. But,

    1) if I want to use that WCF service using some other technology like JAVA from another PC, how can we do that  ?

    2) We know that UDDI is a universal registry for web services. Does that also show the WCF services ?

        If no, is there any repository for WCF services ?

    Thanks in advance.

     

     

  • Re: Question About WCF Interoperability

    06-01-2009, 8:10 AM

     Java is not a language supported by our development environment. However, if you use one of the standard out of the box bindings, supporting interoperability with standard protocols, such as the BasicHttpBinding or WsHttpBinding, interoperable with standard HTTP or SOAP\WS-* accordingly. Then the client can be created over existing implementation in JAVA of the equivalent stack.

    Filed under:
Page 1 of 1 (2 items)