vote up 0 vote down star

What is the web config syntax for specifying a WCF WebService Proxy's Default Target Endpoint?

Specifically, I'm trying to configure the address that the client uses for locating the .asmx of the webservice

flag

71% accept rate

1 Answer

vote up 1 vote down check

Nevermind - found it.
The answer is:

Set the address attribute of the endpoint element.

I.E. <endpoint address="http://fooland.com/bar.asmx" ... />

For anyone else who's challenged at searching MSDN like myself, the rest of the documentation for configuring client endpoints can be found at: http://msdn.microsoft.com/en-us/library/ms731762(VS.85).aspx">http://msdn.microsoft.com/en-us/library/ms731762(VS.85).aspx

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.