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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T08:50:59+00:00 2026-06-11T08:50:59+00:00

I asked a question like this some months ago but the problem was that

  • 0

I asked a question like this some months ago but the problem was that the WebService was not working right. Now it is working perfectly and I’m still having problems making a simple request.
First of all, I tried it with http://www.validwsdl.com/
The WS is http://amibcertifica.amib.com.mx:9090/axis2/services/JpaWebServicesAmib?wsdl
You can try it yourselves. It works just fine with that website.
Now I’m trying to make a request with NuSOAP and I get the this error: namespace mismatch require http://ws.mobius.amib found http://tempuri.org

You can check the whole error here: http://dev.etic.com.mx/bmv/test.php

My code is the following:

<?php 
require_once('nusoap/lib/nusoap.php');

$url = "http://amibcertifica.amib.com.mx:9090/axis2/services/JpaWebServicesAmib?wsdl";


try
{
    $client = new nusoap_client($url);
    $err = $client->getError();
if ($err) {
    // Display the error
    echo '<h2>Constructor error</h2><pre>' . $err . '</pre>';
    // At this point, you know the call that follows will fail
}
    $result = $client->call('findAllComprobanteOperacion');
}
catch (SoapFault $e)
{
    echo 'Error0'.$e->getMessage() . "\n";
}

echo '<pre>';print_r( $result );
echo $client->debug_str;
?>

NuSOAP version: $Id: nusoap.php,v 1.123 2010/04/26 20:15:08 snichol Exp $

I’ve been looking all around the web on how to do this and I’m completely clueless, so any help is really appreciated.
Thanks 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-06-11T08:51:00+00:00Added an answer on June 11, 2026 at 8:51 am

    It was simpler than I thought. I just had to set the second parameter of nusoap_client to TRUE (because it’s FALSE by default). So, it’s $client = new nusoap_client($url, TRUE);
    That’s it.
    Thanks anyway.

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

Sidebar

Related Questions

It looks like this question has been asked dozens of times, but none of
Looks like this question has been asked thousand times already, but each person's configuration
I asked the question here and now i would like to reverse this procedure
I've asked this same question with Python. Now I like to know if this
I asked this question over in the actual tutorial, but not sure I'll get
It seemed like this question should have been asked before, but searching found nothing.
I asked a similar question like this yesterday but after waiting for ever I
Some days ago I asked a question about my problem and I was advised
(I asked this question earlier, but had forgotten to mention some constraints. This is
I've asked this question before but I didn't seem to get the right answer.

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.