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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T21:24:18+00:00 2026-05-20T21:24:18+00:00

I have a bunch of C#.NET/OpenRasta web services that I’m continuously adding to. When

  • 0

I have a bunch of C#.NET/OpenRasta web services that I’m continuously adding to.

When a new service is added it’s often the case that it was added because it is required by an application that is already using another of my web services… Some times, it’s just the case that there is an apparent synergy between a new service and an existing one that means we may want to call one then call the other on the returned results.

These services live in a single C# Visual studio project (for better or worse, this was not my decision to make).

What I’m looking for is an existing API/library or a pattern or piece of software (or a nudge from some one saying “you know… OpenRasta can do that out-the-box”) I could use to allow my service to interact with each other, in a very loose and dynamic fashion, before returning a result.

For example: lets say one of my services is user state/data storage and the other is geo data.
An application could pull back a user from the user service, then look his IP up using the geo data service, but this would take 2 service calls from the application.

Or: Say I have a stock data service that supplies me with detailed information about products and a warehouse stock level service that provides me with current stock and re-order amounts, etc.
But if I wanted the stocks description and the amount we currently have in stock I would have to make two calls from the application.

What would be nice is if I could get some kind of framework where I can call (something like)..

http://www.foo.com/user?id=8890823123&ip=county:geo|country|fromIp

and my user json object would come back with it’s ip address replaced by a field called “country” that was resolved by passing the ip address as a parameter to the /geo/country/fromIp service method.
OR if I could call the stock services like:

GET 
http://www.bar.com/product 
{"desc": "/product?id=92236262", "stock":"/stock?id=92236262"}

and get back a json object that looked like {“desc” : “brown leather shoes, size 9 1/2”, “stock”: “7”}

I’d really like to be able to do this without hard coding the knowledge of one service into the other; so that when a new service is added any of the existing ones can use it to do look-ups, etc.

Is this something I would need to code myself or do such things exist already?

  • 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-05-20T21:24:19+00:00Added an answer on May 20, 2026 at 9:24 pm

    The OData guys are trying to do the kind of URI composition you are describing. I don’t think they actually have an implementation yet.

    I don’t think it is a good idea, nor necessary but that’s just my opinion. If you want to compose resources then create a layer in your architecture that exposes those composed resources explicitly. Doing it via the URI is an open invitation to coupling and performance problems.

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

Sidebar

Related Questions

I have a bunch of ASP.NET web pages (that have a standard layout) that
I have a bunch of .NET frameworks installed on my machine. I know that
I have a .net assembly that contains data access code (a bunch of Typed
I'm working with ASP.NET MVC 2. I have a bunch of partial views that
I have an ASP.NET web application that uses jQuery on client side. On one
I have a bunch of .net nunit tests that need to be run on
In an ASP.NET MVC 3 application, we have a bunch of data that needs
I have a bunch of WCF/WF services hosted on IIS 7.5 that call each
I am running a web server using VB.net and I have a bunch of
I have a bunch of custom attributes in my .NET application and I would

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.