Results 1 to 4 of 4

Thread: metadata exchange

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2008
    Posts
    470

    metadata exchange

    A beginner's silly question.

    If I want to add a metadata exchange endpoint for a sevice.

    Where should be placed?
    Client side?Host side or proxy side?


    Thanks

  2. #2
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: metadata exchange

    Well first things first, client side and proxy side are the same thing as you use the proxy to communicate from the client to the server

    Anyway, adding a metadata endpoint (aka MEX endpoint) is done on the server side, or host side as you have called it.
    I can show you how to do it if you explain whether you are hosting your WCF service via Config file or via code (ie manually calling Open on a ServiceHost class instance in code) ?
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: metadata exchange

    If you look at your config file, you should see a mex address binding already there. It's done for you. You can choose to hide it later if you want.

  4. #4
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: metadata exchange

    true dat
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width