I think the statement of the problem is too general.
I think you will have to get more specific in order to converge on a solution.

Windows Communication Foundation (WCF) is a Microsoft technology. I doubt that it will be possible for a client on another machine that doesn't understand .NET to talk directly to this WCF service on the MS machine.

It sounds like what you will need is a service, that you build, that runs on the MS machine that provides translation between Greek and hieroglyphics. Your client program talks to this translator service which then talks to the WCF server.

Now, what this translation service does and how it works, I don't know. But it sounds like an translation layer between Microsoft and non-Microsoft is needed and that is a service that runs on the MS machine.


In reply to Re: How to write Perl Client that uses WCF TCP/IP Service by Marshall
in thread How to write Perl Client that uses WCF TCP/IP Service by PerlApprentice

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.