Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
35 views

I am using PHP / nusoap to build an API and have seen a number of ways to return complex data types. These generally refer to either a mixed data type or an array. An example is returning: $aInvoice = ...
Paul Russell's user avatar
1 vote
1 answer
294 views

I'm a beginner and still learning. I have a nusoap problem. I am trying to find out what is wrong with my code because I think all of it is correct based on all the tutorial that I've searched. But ...
Radio's user avatar
  • 11
0 votes
1 answer
334 views

I have a Wordpress app that consumes an external API and connects to it via NuSoap Client request. I first developed this in localhost WAMP server, PHP 7.4, and got it working, but now I've migrated ...
Ricardo Carneiro's user avatar
0 votes
1 answer
280 views

I am using NUSOAP client with a hard coded XML request to communicate with a Server to read a response from a Websphere server. I use nusoap_client->send to send the request. $result = ...
codeprojector's user avatar
1 vote
0 answers
127 views

I am using xampp, if that helps. The code is supposed to send a query from the client.php to the server.php for a module name from the database and return corresponding module code and lecturer name. ...
codingMyWay10's user avatar
1 vote
1 answer
399 views

I need to add credentias for my soap server, but i don't have much experience in this. What i have to use for add the user and password? <?php require_once "vendor/econea/nusoap/src/nusoap.php&...
PEDRO HENRIQUE KUZMINSKAS MIYA's user avatar
0 votes
0 answers
132 views

again i am seeking for you help! I am new to NuSOAP, so please bear with me. I am trying to send multiple records, with multiple columns to my service, split this into records and writting them into ...
HEki's user avatar
  • 23
0 votes
1 answer
513 views

could anyone tell me how to add request headers for subscription keys in SOAP request. I am using NuSOAP toolkit for making SOAP calls. Setting keys for authorisation SOAP calls seems difficult for ...
VishnuPrasad's user avatar
  • 1,088
1 vote
0 answers
162 views

I am using NuSOAP toolkit for SOAP API integration. Now I would like to authorise requests using OAuth2.0. How can we authorise SOAP requests using OAuth2.0 in NuSOAP? I am finding extremely difficult ...
VishnuPrasad's user avatar
  • 1,088
0 votes
1 answer
1k views

How to do this, I m new Soap API, Any sample Code $soapClient = new SoapClient("http://website.com/EComintegration/IntegrationService.svc?wsdl"); // Prepare SoapHeader parameters $sh_param = array( ...
user3479916's user avatar
-3 votes
1 answer
153 views

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 ...
AlpYuktug's user avatar
  • 186
1 vote
0 answers
2k views

I want to get Token from wsdl external api. I use nusoap_client to do this. But when I debug using dd($error);, i got an error like this HTTP ERROR: cURL ERROR: 35: error:1408F10B:SSL routines:...
Rahmat Effendi's user avatar
0 votes
0 answers
452 views

I am stuck in a situation where I am unable to send multi-response not array type using soapval(nusoap). I looking for a solution to make struct which accepts multi-request and send multi-response in ...
abdullah's user avatar
1 vote
0 answers
50 views

I want to retrieve 28,000 records data from an external API, but when I execute a function to do this, I get an error like this: Symfony\Component\Debug\Exception\FatalErrorException: Out of ...
Rahmat Effendi's user avatar
1 vote
0 answers
186 views

I got a problems if me consume data with WDSL format use Nusoap Libary with php Programming. i got error like this : HTTP Error: Couldn't open socket connection to server http://x.x.x.x/aaa.php, Error ...
firman br's user avatar
  • 111
2 votes
1 answer
422 views

I am creating SOAP web service for client using nusoap lib(in PHP). Below is my code: <?php require_once('include/nusoap/nusoap.php'); function testFunction($msg){ return $...
Mak_091's user avatar
  • 347
-1 votes
1 answer
54 views

I'm currently developing a PHP webservice that will be consumed by the Document Management Software DocuWare. Right now it mostly consists of reading the database and getting a value by their ID. The ...
Josue Marin's user avatar
0 votes
1 answer
937 views

I am trying to connect a payment gateway to my website but I am a beginner, they sent me an example code and I adjusted it to my site but when I try to make a payment I get this error: " wsdl error: ...
Damian Leeron's user avatar
0 votes
1 answer
197 views

I am using Xamarin to make a Android APP using a CodeIgnitor back end. For the soap connection I am using NuSoap. Initially I was getting the error about not support UTF-8 but resolved that by ...
John Hughes's user avatar
8 votes
2 answers
240 views

I have created a function that calls a web service for contents of pdf file. The webservice works good. I guess the problem comes when the file is too large. I could fix this same problem on another ...
Ricard Espinàs Llovet's user avatar
1 vote
1 answer
1k views

I'm developing a web service in PHP with NUSOAP and i have found the way to return an array. But what i'm trying to do his to return an array with array within. Example of array that i'm trying to ...
Jethro's user avatar
  • 21
-1 votes
1 answer
779 views

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 ...
denzo kx's user avatar
0 votes
0 answers
2k views

I have Opencart 1.5.x API connected to a Mobile Application the mobile application is returning an error Fatal error: Uncaught Error: Call to a member function get() on null in /var/www/vhosts/...
David Buik's user avatar
0 votes
1 answer
632 views

Can enable I enable WS-RM (version 1.2) with NuSOAP client just like below? I tried this, but I cannot receive data from the API. Any ideas? Thanks. $client = new nusoap_client($api_link, array('...
Ujith Nimantha's user avatar
1 vote
2 answers
5k views

I am working on a SOAP service to upload pictures and I get this error when I upload a picture with the webservice. I dont have too much experience with php and SOAP webservices so I will apreciate ...
Luis Acuña's user avatar

1
2 3 4 5
13