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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T00:50:48+00:00 2026-05-22T00:50:48+00:00

I want to call a web service from another web service in a non-blocking

  • 0

I want to call a web service from another web service in a non-blocking way. I’ve implemented this by using BackgroundWorker. But, I’m not sure whether this is the best way to do.

Scenario:
I call a web service Service_A which performs certain task & has to inform another web service Service_B about the changes made. I call the Service_B’s one-way function NotifyUpdates for handling the updates. Service_A doesn’t waits for Service_B’s response & continues with its task. The response from the Service_B is logged in the background.

My question is, what is the best way to do it?

Thanks.

  • 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-22T00:50:49+00:00Added an answer on May 22, 2026 at 12:50 am

    BackgroundWorker is purposed for UI use, and I don’t think it’s the best way to use it here.

    If you are using .Net 4 better to use Task

    var t = Task.Factory.StartNew(() => DoServiceBCall());
    

    If not,use ThreadPool.QueueUserWorkItem or Thread

    ThreadPool.QueueUserWorkItem(new WaitCallback(DoServiceBCall));
    

    Hope this helps

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

Sidebar

Related Questions

I have an asp.net web service that I want to consume from another asp.net
I have a web service with a import function i want to call from
I am new to titanium and and want to call a web service from
I want to call a web service that requires an authentication cookie. I have
We want to track the time taken by a web service call between a
I have a web service that wish to call, and I want to pass
I want to call this WS http://www.webservicex.net/country.asmx?op=GetCountries What is the best possible way to
I want to call a web page from Flash and use the data returned
I want to call web services in phonegap application. I am using demo code
My requirement is very simple to understand. I want to call a web service

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.