I just download the nusoap.php file to begin developing in SOAP. I tried tried to get the short little example running in the readme file that comes with the download but I'm getting an error that says:

Fatal error: Call to undefined function: xml_parser_create() in /htdocs/www/projects/soap/nusoap.php on line 3111

Where the heck is this function declared? I thought the entire nusoap class was contained in this one file?

If anybody has any ideas help it much appreciated.

Mike

    6 months later

    Maybe nusoap uses an xml parser which is not installed in your php configuration. I use nusoap on windows and have no such error.

      The error message says what the problem is; [man]xml_parser_create[/man] is not defined.

      Check out the Requirements and Installation sections for the XML Parser Functions.

        Write a Reply...