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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:40:19+00:00 2026-05-27T09:40:19+00:00

So I am trying to connect using SoapClient but am running into issues. $this->client

  • 0

So I am trying to connect using SoapClient but am running into issues.

$this->client = new SoapClient(self::parser_url . '/SovrenConvertAndParse/ConvertAndParse.asmx?WSDL',array('soap_version' => SOAP_1_2
    ));
var_dump($this->client);
var_dump($this->client->__getFunctions());
try { var_dump($this->client->GetVersionInfo());}
catch (Exception $e){echo $e->getMessage();}

And here are the results I get:

object(SoapClient)#32 (2) {
  ["_soap_version"]=>
  int(2)
  ["sdl"]=>
  resource(42) of type (Unknown)
}

array(30) {
...
  [18]=>
  string(65) "GetVersionInfoResponse GetVersionInfo(GetVersionInfo $parameters)"
...
}

Not Found

Seems like if the function shows up in getFunctions() then I should be able to call it, and it should be findable. No? What could cause something like this?

So I also tried it without the try/catch and I get the following error:

Fatal error: Uncaught SoapFault exception: [HTTP] Not Found in /path/to/file:29

Anyone have any ideas as to what could be going on and how to fix this?

  • 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-27T09:40:19+00:00Added an answer on May 27, 2026 at 9:40 am

    I’m from Sovren and I just stumbled across this post. Since you didn’t contact us for support I’ll assume you’ve already resolved this problem. But for other readers, I’ve run the following file with PHP 5.2.12 and the call to GetVersionInfo responded correctly with both SOAP_1_1 and SOAP_1_2:

    <?php
    $client = new SoapClient(
        'http://localhost/SovrenConvertAndParse/ConvertAndParse.asmx?WSDL',
        array('soap_version' => SOAP_1_2));
    var_dump($client);
    var_dump($client->__getFunctions());
    try { var_dump($client->GetVersionInfo());}
    catch (Exception $e){echo $e->getMessage();}
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So, I'm trying to consume a webservice using something like this: $client = new
When trying to connect to a web service using the following $client = new
I've been recently trying to connect to a hosted MySQL using Java but can't
Help! I'm getting this error when trying to connect using JAX-WS webservice call: java.lang.NoClassDefFoundError:
I am trying to connect to Postgre using a PHP script, but it returns
I'm trying to connect to an HTTPS URL, but I need to use client
i am new to web programming. i am trying to connect database using jsp
I've just installed SQL Server 2008 Developer edition and I'm trying to connect using
I'm trying to connect a C# application (using Visual C# 2008 Express Edition) to
I am trying to connect to a secure server using Apache Commons HttpClient 3.1

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.