How to Change WCF Service endpoints?

Posted by Rajagopalk on Stack Overflow See other posts from Stack Overflow or by Rajagopalk
Published on 2010-02-10T05:35:16Z Indexed on 2010/04/13 9:02 UTC
Read the original article Hit count: 211

Filed under:

hi, i having more than Three web services, In that one is master site,and Others are client sites.

In My User Interface One Text box is Available ,In that text box i need to give Destination End Point address from that Text box Value i need call the Client Service.

for Example:

Client1 end point Service Name:

                 http://localhost:1524/WebServiceService.svc" 

Client2 end point Service Name:

By

Rajagopalk

                 http://localhost:8085/WebServiceService.svc" 

if i give "localhost:1524" in Text box Client1 Service will call, if i give "localhost:8085" in Text box Client2 Service will call,

© Stack Overflow or respective owner

Related posts about wcf