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 8736239
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T10:15:38+00:00 2026-06-13T10:15:38+00:00

currently I am optimizing my knowledge in SharePoint development while creating a custom service

  • 0

currently I am optimizing my knowledge in SharePoint development while creating a custom service application for SharePoint 2010. My plan is to include multiple services in my solution for different tasks.

Currently I am at a problem where I can’t find any further informations, and hopefully someone here knows the answer and could help me out.

For example:

I have two contracts:

IServiceA
IServiceB

Both contracts has its own service

ServiceA.svc
ServiceB.svc

In the ServiceApplication itself, inherit SPIisWebServiceApplication, I need to include the abstract members, one of them is the VirtualPath. The virtual path is the path to the service itself. But now I have multiple service endpoints?!? How could I say that I have multiple service endpoints? Have I missunderstand something?

  • 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-13T10:15:40+00:00Added an answer on June 13, 2026 at 10:15 am

    I put together a pretty detailed step by step on building service applications in SharePoint. You can check it out here http://www.mattjcowan.com/funcoding/tag/mycorp/.

    Essentially, you just configure the endpoint in your custom SPIisWebServiceApplication as a “dummy.svc” (call it whatever you want). Then when you get your channel factory (I do this in an abstract base client class), do a simple “Replace” command on “dummy.svc” with whichever endpoint you want. My base client class exposes an EndpointSvcFile property, so each service client can have it’s own service and associated configuration.

    Something like this:

    //context below is your SPServiceLoadBalancerContext
    var endpointAddress = new EndpointAddress(new Uri(context.EndpointAddress.AbsoluteUri.Replace("dummy.svc", this.EndpointSvcFile)), new AddressHeader[0]);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently optimizing a PHP application and found one function being called around
I have an application that is currently divided into Service and Data Access Layers
My Flex web application is almost ready for launch. I'm currently optimizing as much
I've currently got a web application that I need optimizing, and one of methods
Currently optimizing an application at work. There are many files in some of the
I'm currently optimizing an application, one of the operations that is done very often
I making an app and im currently optimizing it to Samsung Galaxy Tab. I
Currently, I am writing a MiddleWare application that synchronizes information between and accounting application
Currently I am trying to use a bunch of custom perl modules, test.pm as
Currently I'm using ContentProvider in my application. Because of layers and no actual need

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.