Questions tagged [nusoap]

NuSOAP is a set of PHP classes to enable the consumption and creation of SOAP web services. NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala.

NuSOAP is a set of classes to enable the consumption and creation of web services. NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala.

Useful links

653 questions
-1
votes
1 answer

Create Web Service with SOAP update to Database with PHP

I want to create web service for update database by SOAP wsdl I try these code: require_once('dbconn.php'); require_once('lib/nusoap.php'); $server = new nusoap_server(); function…
Rajes
  • 115
  • 1
  • 12
-1
votes
1 answer

Array to string conversion in nuSoap

i'm trying to get a list of data from my database using a NuSoap web service . But when i execute , i get this error message : Notice: Array to string conversion in C:\wamp64\www\gcm\database.php on line 105 PHP Warning: mysqli_fetch_assoc()…
denzo kx
  • 41
  • 1
  • 6
-1
votes
1 answer

C# soap call on iis7.5 gives The XML-document (1, 542) contains an error

I've got an nusoap based wsdl on Linux which I'm trying to convert to a windows host. The host is freshly installed, so any misconfiguration can apply for the issue. The Host is running IIS7.5 PHP 5.5.3.8 MySQL 5.0.11 The soap request gets the right…
Giancarlo
  • 355
  • 2
  • 5
  • 16
-1
votes
1 answer

Fatal error: Call to undefined function nusoap_client()

I'm trying to consume a soap web service using nusoap and PHP 5.6.25 but I am having some errors. Here is the php code: require_once 'nusoap-0.9.5/lib/nusoap.php'; $client = new…
-1
votes
2 answers

Client server application in nuSOAP

I am new to the programming area and this is my first nusoap-0.9.5 client and server program. Although the the server looks correct the client keeps giving me this warning: PHP Fatal error: SoapClient::SoapClient(): Invalid parameters in…
Thanos
  • 1,050
  • 2
  • 17
  • 30
-2
votes
1 answer

Why PHP Return JSON With """?

I am working with WSDL for my web services. So, I created a WSDL page and add a function. This function is, connect my table and return JSON value. When I call this function other PHP page, I take successful my…
AlpYuktug
  • 138
  • 1
  • 13
-3
votes
1 answer

how to insert big data to mysql limit by nusoap only 30 second

I have thousand of data from an webservice . but nusoap limit execution time only 30 second . I can't insert all those data because of this limit . I can't change nusoap setting because is on server . . is there anyway to fix that ? . EDIT 1 i tried…
Billy Adelphia
  • 33
  • 1
  • 1
  • 9
-3
votes
1 answer

codeigniter+getting error on using nusoap library

i am doing a call using nusoap library, but unfortunatly i am getting this error A PHP Error was encountered Severity: Notice Message: Array to string conversion Filename: lib/nusoap.php Line Number: 3125
1 2 3
43
44