No announcements
Found 2345478 threads
-
0 Votes
WCF service single contract + multiple endpoints
you should post to the MSDN WCF forum.Answered | 3 Replies | 1551 Views | Created by Alavudeenbatcha - Friday, August 16, 2013 10:12 AM | Last reply by darnold924 - Monday, August 19, 2013 6:50 AM -
1 Votes
WCF Single Endpoint with multiple contracts client Intellisense
What I was trying to achieve is multiple contracts for the same service and endpoint.Answered | 6 Replies | 6086 Views | Created by Vish Kakkar - Friday, November 1, 2013 6:06 PM | Last reply by Vish Kakkar - Tuesday, November 19, 2013 7:00 PM -
1 Votes
How to give multiple endpoints and muliple bindings in a single WCF service?
Hi Lets assume that you have the following endpoint to be consumed by silverlight.Answered | 2 Replies | 5821 Views | Created by Sunny9988 - Thursday, December 3, 2009 9:46 AM | Last reply by Haripraghash - Thursday, December 3, 2009 12:16 PM -
0 Votes
Generating the proxy using Endpoint Address (Multiple Endpoints/Multiple Contracts)
Answer to your first question on "Using Base Address" is no not possible . when the proxy is generated will pull out all the available service contracts.Answered | 9 Replies | 4339 Views | Created by Srinivas Akella - Saturday, October 17, 2009 3:56 PM | Last reply by Anand.Ranganathan - Sunday, October 18, 2009 6:45 PM -
0 Votes
Accessing WCF Service with Multiple Endpoints
The endpoints with binding of type wsHttpBinding cannot be accessed via HTTP GET requests (what you get when you browse to the endpoint address).Answered | 1 Replies | 2164 Views | Created by Balakrishnanse - Saturday, March 24, 2012 2:34 PM | Last reply by CarlosFigueira - Saturday, March 24, 2012 2:48 PM -
0 Votes
what is the use of multiple endpoints in WCF service?
The advantage of providing different endpoints is that each endpoint could use different binding.Answered | 4 Replies | 2398 Views | Created by Mou_kolkata - Friday, December 28, 2012 2:24 PM | Last reply by Sambath Raj.C - Friday, December 28, 2012 4:37 PM -
0 Votes
When to expose multiple endpoint for same service
Hi Mou_kolkata, As the description in the provided link, Scenarios for Multiple End Points Service wants to ...Answered | 1 Replies | 606 Views | Created by Mou_kolkata - Tuesday, December 13, 2016 7:58 PM | Last reply by Edward8520 - Wednesday, December 14, 2016 3:13 AM -
0 Votes
Multiple endpoint with multiple contract
You can configure any endpoint you want in the config file: <service name="<em>Your service class ...Answered | 2 Replies | 4200 Views | Created by meetjaydeep3 - Thursday, March 10, 2011 3:21 PM | Last reply by Juyu Zheng - Friday, March 11, 2011 2:36 AM -
0 Votes
Could not find a base address that matches scheme net.tcp for the endpoint with binding NetTcpBinding.
When we add one more binding with nettcp, I am getting the below error message (but the same is working in my development server).Answered | 1 Replies | 745 Views | Created by Irulandi - Tuesday, April 26, 2016 6:03 AM | Last reply by Amy Peng - Wednesday, April 27, 2016 8:55 AM -
4 Votes
WCF 3.5 Service and multiple http bindings
Hi Morten, By using the existing baseAddressPrefixFilters setting, it will only allow WCF to listen on one of the multiple site ...Answered | 8 Replies | 11233 Views | Created by mortenvpdk - Thursday, April 15, 2010 4:48 AM | Last reply by Steven Cheng - MSFT - Thursday, April 22, 2010 1:48 AM -
1 Votes
ChannelFactory instantiating *any* service contract with single endpoint configuration?
It indeed seems like your solution is the proper way to go, but I have attempted a trick that, to my surprise, worked well: Document a single endpoint, ...Answered | 3 Replies | 2510 Views | Created by Simon50 - Thursday, March 22, 2012 9:03 PM | Last reply by - Friday, March 23, 2012 1:48 PM -
1 Votes
Multiple data contracts in WCF
Sharing service instances for multiple requests processing is possible only in services instanced per session.Answered | 4 Replies | 4300 Views | Created by jd_hancock - Thursday, January 13, 2011 10:06 PM | Last reply by Leonid Ganeline - Wednesday, January 19, 2011 9:24 PM -
1 Votes
How to host multiple WCF service in single Windows service?
Perhaps, you have specified same base address for both the services in your configuration.Answered | 9 Replies | 5931 Views | Created by Shubhanjali - Wednesday, July 1, 2009 6:33 AM | Last reply by abefrog - Wednesday, July 1, 2009 3:51 PM -
2 Votes
Could not find a base address that matches scheme https for the endpoint with binding webhttpbinding.
Do you have provided a http base address in IIS binding module?Answered | 4 Replies | 2805 Views | Created by Jesus Obiang - Wednesday, February 20, 2019 11:51 AM | Last reply by Jesus Obiang - Friday, February 22, 2019 3:54 PM -
1 Votes
WCF + IIS 7 + Multiple Services?
Hi Titan, The issue you talk about is because WCF doesn't support having multiple bindings.Answered | 8 Replies | 5049 Views | Created by Titan2782 - Monday, November 30, 2009 9:03 PM | Last reply by Ramiro Berrelleza - Sunday, December 6, 2009 9:21 PM -
0 Votes
Multiple Base Addresses
Where, at log in, the data source is selected then have the base addresses point to the desired endpoint.Answered | 3 Replies | 748 Views | Created by John_44 - Tuesday, May 24, 2016 5:40 PM | Last reply by Amy Peng - Monday, June 6, 2016 4:39 AM -
0 Votes
How to implement Pause feature on a Throttled WCF MSMQ Queue?
Yes, you need to define a new endpoint to bind its contract to the IQueueControl, in this way one contract of the ...Answered | 3 Replies | 832 Views | Created by siegfried_ - Saturday, February 20, 2016 3:07 AM | Last reply by Amy Peng - Friday, February 26, 2016 9:20 AM -
0 Votes
Defining endpoints and wcf bindings for azure
What should I change to: Set communication PR1.A.svc server with PR2.A.svc client by tcp internal ...Answered | 2 Replies | 4693 Views | Created by Ari Xypro - Monday, November 12, 2012 3:49 PM | Last reply by Carlos Sardo - Thursday, November 15, 2012 8:21 PM -
0 Votes
WCF With Multiple Endpoints with single base address for same Service,binding and contract
#Dealing With Multiple EndPoints of a WCF ...Unanswered | 1 Replies | 162 Views | Created by Anonymous - Tuesday, January 10, 2017 6:51 AM | Last reply by Anonymous - Wednesday, January 11, 2017 9:59 AM -
0 Votes
WCF Multiple endpoint: SSL or X509
I have problem with wcf service with two HTTPS endpoints one with Certificate client authentication, and other Windows.Answered | 12 Replies | 8336 Views | Created by Fabrice Durieu - Wednesday, February 2, 2011 10:27 AM | Last reply by MarkoOkram - Friday, February 11, 2011 7:43 PM - Items 1 to 20 of 2345478 Next ›
No announcements