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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T22:16:33+00:00 2026-05-13T22:16:33+00:00

I am calling a webservice and I am getting a complex object back. I

  • 0

I am calling a webservice and I am getting a complex object back. I need to display variables reg_no, opening_inventory_weight.

RESULT:-
object(stdClass)#12 (3) { 
    ["TxnErrors"]=>  object(stdClass)#13 (0) { } 
    ["TxnStatus"]=>  bool(true) 
    ["headers"]=>  object(stdClass)#14 (1) { 
        ["RPMHeader"]=>  array(1) { 
            [0]=>  object(stdClass)#15 (7) { 
                ["opening_inventory_weight"]=>  int(1001) 
                ["prepared_by"]=>  string(5) "James" 
                ["reg_no"]=>  string(7) "5000005" 
                ["reporting_period"]=>  string(19) "2010-02-01T00:00:00" 
                ["rsid"]=>  int(49) ["status"]=>  string(1) "D" 
                ["web_user_id"]=>  string(1) "0" } } } }

I am calling it like


 $result = call_search_existing_manufacturer();
 $rows = array();
 foreach ($result->RPMHeader as $data)
    { 
   $rows[] = array( 
      $data->reg_no, 
      $data->opening_inventory_weight,
      $data->status
     );
     }

But its not working. Any Idea what am I missing? Thank you in advance

  • 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-13T22:16:34+00:00Added an answer on May 13, 2026 at 10:16 pm

    I think it should be

     $result = call_search_existing_manufacturer();
     $rows = array();
     foreach ($result->headers->RPMHeader as $data)
        { 
       $rows[] = array( 
          $data->reg_no, 
          $data->opening_inventory_weight,
          $data->status
         );
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm calling a REST webservice and getting JSON format as a result. I'm calling
I'm calling my webservice from a web page and getting a timeout despite setting
I'm calling a webservice using the NuSoap PHP library . The webservice appears to
I'm calling a WebService exposed by Oracle that accepts an input of an ItemID
Can you use a Spring-WS WebserviceTemplate for calling a webservice and avoid that it
I'm calling an external HTTPS webservice. In order to check what is wrong, the
I have C# Client application calling Windows webservice written in WCF calling Sql Procedure
When using JAX-RS is there a way of getting information about who is calling
im calling a webservice with variable response times. I want to be able to
im Consuming a Soap webservice and im calling a method , i want to

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.