See the app.config and WcfClientFixture.CanResolveClientAssociatedWithChannelFromConfiguration test.
scott_m pisze: > Via configuration. > > I found the ConfigureClients.xml in the test project but not sure > where this gets used/registered/etc. > > <?xml version="1.0" encoding="utf-8" ?> > <configuration> > <facilities> > <facility id="wcf" > > type="Castle.Facilities.WcfIntegration.WcfFacility, > Castle.Facilities.WcfIntegration" /> > </facilities> > > <components> > <component id="usingWindsor" > > type="Castle.Facilities.WcfIntegration.Demo.IAmUsingWindsor, > Castle.Facilities.WcfIntegration.Demo" > > wcfEndpointConfiguration="WSHttpBinding_IAmUsingWindsor"> > </component> > </components> > </configuration> > > > > On Apr 27, 4:11 pm, Krzysztof Koźmic <[email protected]> > wrote: > >> What do you mean by declaratively? >> >> Take a look at tests for Wcf Facility >> >> scott_m pisze: >> >> >>> Does anyone have any good examples of using castle windsor to >>> declaratively build the wcf client side proxy? >>> >>> thanks! >>> > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
