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

  • SEARCH
  • Home
  • 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 3420784
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T06:02:48+00:00 2026-05-18T06:02:48+00:00

I am writing an application to consume SOAP service. The work flow is like

  • 0

I am writing an application to consume SOAP service. The work flow is like this:

Pull in order from SOAP server (Request Order)
POST/Response with changes to SOAP server (Response to Order)
Request PO changes from server (Request order changes)

The third party server already set up a testing environment for us. The first thing
I am trying to do is request and download the order from server. But seems the problem is that I can only download/pull the order per application once. After the first time I requested the order, I will get the exception: “System.Web.Services.Protocols.SoapException: No order updates available”. If I create another application do the same thing, it will be able to request the order again, but only for once. Is there any place I can set/config so that my application could pull order regardless it is an newer order or not, or it’s something to do with the server side?

The test code I am pulling order:

    /// <summary>
    /// Used by supplier to check Order
    /// </summary>
    /// <param name="sender"></param>
    /// <param name="e"></param>
    private void btnRequestPO_Click(object sender, EventArgs e)
    {
        string t_return;
        SupplierServices supplierServices = new SupplierServices();

        LoginDetails lgDetails = new LoginDetails();
        lgDetails.UserName = "user";
        lgDetails.Password = "password";
        supplierServices.LoginDetailsValue = lgDetails;

        RequestPurchaseOrder requestPO = new RequestPurchaseOrder();
        requestPO.SupplierCode = "1234";
        try
        {
            Order returned_order = supplierServices.SupplierRequestPO(requestPO);
            if (returned_order != null)
            {
                t_return = returned_order.ToString();
                MessageBox.Show(t_return);
            }
            else
                MessageBox.Show("Returned order is empty!");
        }
        catch (Exception ex)
        {
            String responseFromServer = ex.Message.ToString() + " ";
            if (ex!= null)
            {
              MessageBox.Show(responseFromServer);
            }
        }
  • 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-18T06:02:48+00:00Added an answer on May 18, 2026 at 6:02 am

    It appears from your code that the response “No order updates available” is being returned from the third party. You are going to have to ask them why you are getting that error.

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

Sidebar

Related Questions

I'm writing a small sample iphone application just to consume a SOAP Web service.
I'm writing an application in Java/Android.In my application I consume a wcf web service
I'm writing a bunch of data out from a java application that gets consumed
I am writing application in Linux using C, pthreads and sockets. This will be
I am writing a C# WinForms application that consumes a web service using WCF.
I'm writing an application in C# using .NET 4.5. My application reads from and
I am a junior developer, and trying to write an application to consume SOAP
Is there any known way to send a new SOAP request from one servlet
I'm writing a C# application that has to consume a C++ api provided by
I'm writing an application that performs some actions on WebSphere MQ queues. This method

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.