UPDATED 4/10/2008:

In local test environment, my nuSoap WebServices are working great. (apache 2.2.4 win/php 5.2.0/mysql 5.0.51a-community-nt)

Once I push the webservices out on the production server I started getting errors. There are plenty of differences between the 2 environments.

Operating system Linux
Kernel version 2.6.24.2-grsec
Machine Type i686
Apache version 1.3.41 (Unix)
PERL version 5.8.8
Path to PERL /usr/bin/perl
Path to sendmail /usr/sbin/sendmail
Installed Perl Modules Click to View
PHP version 5.2.5
MySQL version 5.0.45-community
cPanel Build 11.18.3-STABLE 21703
Theme cPanel X v2.6.0

So I went back to basics and tryed to get a simple example Scott Nichol wrote to work on our Production Server first.

Website Link = http://www.scottnichol.com/nusoapprogwsdl.htm

Production Server Tests
HelloWSDL= http://bozracing.com/DF/Webservices/hellowsdl.php
HelloWSDLClient = http://bozracing.com/DF/Webservices/hellowsdlclient.php
PHP Info = http://bozracing.com/DF/info.php

After that, I realized I most likely have a configure issue now. HELP!! Any help would be greatly appreciated. Totally stumped.

???? Pondered this
I did read a post about a possible conflict between nuSoap and if SOAP was enabled in PHP on my server, but I am am not sure that is the issue.

I am now getting this error:
Warning: SoapClient::SoapClient() expects parameter 2 to be array, boolean given in /home/boz4b/public_html/DF/Webservices/hellowsdlclient.php on line 5

Fatal error: Uncaught SoapFault exception: [Client] SoapClient::SoapClient() [<a href='function.SoapClient-SoapClient'>function.SoapClient-SoapClient</a>]: Invalid parameters in /home/boz4b/public_html/DF/Webservices/hellowsdlclient.php:5 Stack trace: #0 /home/boz4b/public_html/DF/Webservices/hellowsdlclient.php(5): SoapClient->SoapClient('http://localhos...', true) #1 {main} thrown in /home/boz4b/public_html/DF/Webservices/hellowsdlclient.php on line 5

    Write a Reply...