Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8626407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T08:01:36+00:00 2026-06-12T08:01:36+00:00

I was trying to integrate my Web application with two WCF services provided with

  • 0

I was trying to integrate my Web application with two WCF services provided with the same Service Contracts names but in two different addresses. The thing is I want to create proxies for both services within one DLL, but that was not doable as both contracts hold the same name, I tried to use like nested name spaces, also it didn’t work as the proxies are hosted in a separate DLL other than the web project, I changed the name of one service contract, but I got this error:

The message with Action
‘http://ws.aramex.net/ShippingAPI/v1/RateCalculateService/CalculateRate’
cannot be processed at the receiver, due to a ContractFilter mismatch
at the EndpointDispatcher. This may be because of either a contract
mismatch (mismatched Actions between sender and receiver) or a
binding/security mismatch between the sender and the receiver. Check
that sender and receiver have the same contract and the same binding
(including security requirements, e.g. Message, Transport, None).

Is it possible by any means to have different contract name in client side than the one in the server?

endpoints:

<client>
      <endpoint address="http://ws.dev.aramex.net/shippingapi/shipping/service_1_0.svc"
          binding="basicHttpBinding" bindingConfiguration="basic"
          contract="Service_1_0" name="BasicHttpBinding_Service_1_0" />

      <endpoint address="http://ws.aramex.net/shippingapi/ratecalculator/service_1_0.svc"
         binding="basicHttpBinding" bindingConfiguration="basic"
         contract="RateCalculateService" name="BasicHttpBinding_Service_1_0" />
    </client>

The original contract name of the second endpoint was “Service_1_0”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T08:01:37+00:00Added an answer on June 12, 2026 at 8:01 am

    I was trying to integrate my Web application with two WCF services provided with the same Service Contracts names but in two different addresses.

    You say the same Service Contract names? Do you mean the service contracts are identical?

    If so, why not just specify two endpoints with different names and the same contract:

    <client>
        <endpoint address="http://ws.dev.aramex.net/shippingapi/shipping/service_1_0.svc"
          binding="basicHttpBinding" bindingConfiguration="basic"
          contract="Service_1_0" name="BasicHttpBinding_Service_1_0_Instance1" />
    
          <endpoint address="http://ws.aramex.net/shippingapi/ratecalculator/service_1_0.svc"
             binding="basicHttpBinding" bindingConfiguration="basic"
             contract="Service_1_0" name="BasicHttpBinding_Service_1_0_Instance2" />
    </client>
    

    Then specify the endpoint name (BasicHttpBinding_Service_1_0_Instance1 or BasicHttpBinding_Service_1_0_Instance2 for the above example) as the parameter endpointConfigurationName to the appropriate proxy class constructor overload.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to integrate bean validation using hibernate validator to my web application :
So I am trying to integrate fedex for web services in php. The form
I am trying to integrate REDBEAN into my web application. I would like my
I'm trying to integrate Jawr into my Spring application: <bean abstract=true id=jawrBase class=net.jawr.web.servlet.JawrSpringController> <property
I'm building a Web application with Java. Trying to integrate Spring Web MVC 3.0
I am trying to integrate facebook with in my asp.net mvc web application using
I am trying to integrate Google Docs with my web application which is written
i am trying to integrate Authrize.net API AIM Method for Web Application in PHP
I'm trying to integrate my web application with the Facebook platform. below is my
I am trying to integrate https on my web application. This link describes what

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.