tag:blogger.com,1999:blog-37028276.post990379462995203144..comments2008-09-23T08:10:58.499+01:00Comments on Meineck.Net: WCF: Hosting multiple WCF services as one single s...Dan Meineckhttp://www.blogger.com/profile/09544777589823322990noreply@blogger.comBlogger10125tag:blogger.com,1999:blog-37028276.post-12018546016875521862008-09-23T08:10:00.000+01:002008-09-23T08:10:00.000+01:002008-09-23T08:10:00.000+01:00I can't seem to get the netTcpBinding working on m...I can't seem to get the netTcpBinding working on my Windows XP Pro SP2 box. I tried adding a service reference but it gave me an error: "Could not find a base address that matches scheme net.tcp for the endpoint with binding NetTcpBinding. Registered base address schemes are [http]"Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-37028276.post-46540599831990022252008-09-18T16:35:00.000+01:002008-09-18T16:35:00.000+01:002008-09-18T16:35:00.000+01:00@Anonymous:In this example I wasn't using an SVC a...@Anonymous:In this example I wasn't using an SVC as I was self hosting my WCF service under a NT Service. I was able to add a reference to my WCF service in visual studio by simple specifying the MEX address. Does your SVC file exist in your WCF configured website? Can you browse to it using a web browser?E-mail me if you need any more help and I'll see what I can do.DanDan Meineckhttp://www.blogger.com/profile/09544777589823322990noreply@blogger.comtag:blogger.com,1999:blog-37028276.post-16847509173904785192008-09-18T16:11:00.000+01:002008-09-18T16:11:00.000+01:002008-09-18T16:11:00.000+01:00what happened to the .svc file in your wcf project...what happened to the .svc file in your wcf project? i can't seem to add service reference to my WCF service application because service discovery can't find it. Please help!Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-37028276.post-45027042555688455392008-09-15T20:47:00.000+01:002008-09-15T20:47:00.000+01:002008-09-15T20:47:00.000+01:00This will work, but your Service class contains al...This will work, but your Service class contains all the functionality.You may want to break the three pieces into separate assemblies and use Port Sharing (see the MSDN and http://www.codeproject.com/KB/WCF/Port_Sharing__in_WCF.aspx for details)Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-37028276.post-46078028936508058932008-09-14T22:28:00.000+01:002008-09-14T22:28:00.000+01:002008-09-14T22:28:00.000+01:00thats great but how will sessions work in your cas...thats great but how will sessions work in your case. what i mean to say is that you will create proxy for a particular endpoint and when you call proxy.close() session will terminate! is there a way to have a sigle proxy for all the endpoints (so that there is one session!). please replythankssunnys26f84 (at) gmailsunnynoreply@blogger.comtag:blogger.com,1999:blog-37028276.post-7465713273993112632008-09-03T10:47:00.000+01:002008-09-03T10:47:00.000+01:002008-09-03T10:47:00.000+01:00Thank you, that is something that I was looking fo...Thank you, that is something that I was looking for.rull_orionnoreply@blogger.comtag:blogger.com,1999:blog-37028276.post-48342574818000948372008-08-28T20:31:00.000+01:002008-08-28T20:31:00.000+01:002008-08-28T20:31:00.000+01:00Good way of organizing. Would require the method n...Good way of organizing. Would require the method names in all of the interfaces to be unique.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-37028276.post-88502219889098933312008-04-24T15:38:00.000+01:002008-04-24T15:38:00.000+01:002008-04-24T15:38:00.000+01:00Looks like your SharePoint connectivity expertise ...Looks like your SharePoint connectivity expertise is moving on in leaps and bounds. I'll send this on to the guys at EPiServer ;)Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-37028276.post-89476275547438274362008-04-16T17:10:00.000+01:002008-04-16T17:10:00.000+01:002008-04-16T17:10:00.000+01:00@Anonymous:I'm not sure what you mean by 'sending ...@Anonymous:I'm not sure what you mean by 'sending out the configuration and class file for the endpoints individually'. Can you elaborate? Do you mean that in the same project you want to host different services with separate config files for each one? I don't think this is possible.Dan Meineckhttp://www.blogger.com/profile/09544777589823322990noreply@blogger.comtag:blogger.com,1999:blog-37028276.post-18849305082709660782008-04-16T15:47:00.000+01:002008-04-16T15:47:00.000+01:002008-04-16T15:47:00.000+01:00I'm working on something similar to what you've pr...I'm working on something similar to what you've presented here, only I need to send out the configuration and class file for the endpoints individually. Do you know if there is a way to do that using svcutil or another method, besides manually editing the config and class file?Thanks!Anonymousnoreply@blogger.com