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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T00:59:15+00:00 2026-05-16T00:59:15+00:00

I am trying to invoke the Web Service PersonalDetails_Update by passing an array of

  • 0

I am trying to invoke the Web Service PersonalDetails_Update by passing an array of values to it. These values are being successfully written to the database that the web service is designed to do. However, it is also supposed to return an ID for the record written to the database. But I don’t get anything back. Just a blank screen with no XML or underlying source.

When using getLastRequest, I get this error:

Fatal error: Uncaught SoapFault exception: [Client] Function ("getLastRequest") is not a valid method for this service in

Code used to pass data to web service and request/response headers:

$client->PersonalDetails_Update(array('personaldetails' => $params));
printf("<br/> Request = %s </br>", htmlspecialchars($client->getLastRequest()));
$result = $client->__getLastResponse();
$header = $client->__getLastResponseHeaders();

When using getLastResponse and getLastResponseHeaders, I don’t get anything back.

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

    you forgot the “__”:

    printf("<br/> Request = %s </br>", htmlspecialchars($client->__getLastRequest()));
    

    your soap client thinks “getLastRequest” is a method of a soap service this way, not a soap client method.

    also you should tell us what soap client you are using. i assume you use php built-in soap client…

    use __soapCall method to be sure, you are making a request to the service:

    try {
        $result = $client->__soapCall('PersonalDetails_Update', array('personaldetails' => $params));
    } catch (SoapFault $exception) {
        echo 'soap fault occured: '.$exception->getMessage().'<br/>';
    }
    

    you should check if the returned value is a soap fault.. see the manual

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

Sidebar

Related Questions

We have consumed a third party web service and are trying to invoke it
When trying to invoke a method on an external webservice (over the Internet) it
I'm trying to find a way to invoke the Ctrl+Alt+Delete dialog on a Windows
I'm trying to install a service using InstallUtil.exe but invoked through Process.Start . Here's
I'm trying to debug into a C dll that is invoked on a Windows
Trying to find some simple SQL Server PIVOT examples. Most of the examples that
Trying to make a make generic select control that I can dynamically add elements
I'm trying to implement a REST service using WCF which will take the parameters
Trying to setup an SSH server on Windows Server 2003. What are some good
Trying to get my css / C# functions to look like this: body {

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.