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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T00:50:26+00:00 2026-06-04T00:50:26+00:00

Basic PHP function: //SOAP CALL function sayHello(){ $client = new SoapClient(‘http://Server:8080/MyClassService/MyClass?WSDL’); $response = $client->glassfishHello();

  • 0

Basic PHP function:

//SOAP CALL
function sayHello(){
    $client = new SoapClient('http://Server:8080/MyClassService/MyClass?WSDL');
    $response = $client->glassfishHello();
    return $response;   
}

(later I call sayHello() as a String and that is where the error is)

Basic EJB provided JAX-WS:

@WebService
@Stateless
public class MyClass{
  @WebMethod(operationName="glassfishHello")
  public String glassfishHello(){
    return "Hello from GlassFish";
  }
}

I must be missing something very simple but after exhausting google and other options I cannot find as simple an example as I need to understand this.

My Php has the error: recoverable fatal error: Object of class stdClass could not be converted to string in.. etc.

So there must be something in PHP that I must do to parse the response from the WSDL.

Thank you! (I can post the WSDL or any other resources)
Yes I do have SOAP enabled and working.


Yes my problem is what type of object is being returned. I want my sayHello() function to return a String. If i cast $response = (string).. then I have the error there.


ANSWER:
I knew it was simple, just a dumb PHP mistake, it has been too long since I used PHP last:

//SOAP CALL
function sayHello(){
    $client = new SoapClient('http://Server:8080/MyClassService/MyClass?WSDL');
    $response = (array) $client->glassfishHello();      
    return $response['return'];
}
  • 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-06-04T00:50:28+00:00Added an answer on June 4, 2026 at 12:50 am

    I knew it was simple, just a dumb PHP mistake, it has been too long since I used PHP last:

    //SOAP CALL
    function sayHello(){
        $client = new SoapClient('http://Server:8080/MyClassService/MyClass?WSDL');
        $response = (array) $client->glassfishHello();      
        return $response['return'];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write a php function that gets all the basic food data.
I'm writing a basic function in PHP which takes an input string, converts a
Pretty basic programming question, I know PHP have a function for it, but does
I'm attempting to consume a HTTP Basic Auth Secured PHP WebService using VB.NET. I've
I've been struggling to get a really basic PHP function working on my iMac,
I want to execute a PHP function in every 5mins. A basic timer should
I have a basic PHP function that I am working with. Sometimes, it is
I have a basic PHP question, take the code below for example, let's say
I have some basic PHP code: $raceramps56[short] = My Test Product; $leftMenu = '<div
I have a basic PHP script. $hike_id = $_REQUEST['hike_id']; $height = $_REQUEST['height']; $width =

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.