Serializing ServiceEndpoint

Hi,

We would like to dynamically retrieve ServiceEndpoints. As far as we know we have the option to use MetadataResolver, but from our experience it takes a lot of time. We would like to know if there is an option to serialize the ServiceEndpoint instead.

Thanks



Answer this question

Serializing ServiceEndpoint

  • The MATRIX

    Hi Chrisitan,

    Thanks for your help. We are familiar with this blog, but we're still wondering if there is an intention to make the ServiceEndpoint serializable.

    Thanks


  • Jack gillespie

    No, the ServiceEndpoint class is not serializable in WCF V1.

  • Amol Gogate

    You may want to look at Mike's solution:
    http://pluralsight.com/blogs/mvernal/archive/2006/03/06/19814.aspx


    Cheers,
    Christian


  • Capitán Cavernícola

    Hi

    What do you mean by "serialize the ServiceEndpoint"

    You can set a specific endpoint which will provide info on all other endpoints, using a fixed contract.


  • Serializing ServiceEndpoint