627 questions
2
votes
1
answer
35
views
How do you return a more complex data type in PHP / nusoap?
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 =
...
1
vote
1
answer
294
views
nuSoap didn't show the expected result
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 ...
0
votes
1
answer
334
views
NuSoap Client Call works on localhost but not on Live Server [closed]
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 ...
0
votes
1
answer
280
views
NUSOAP Client response is empty when I call SOAP endpoint on upgraded server
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 = ...
1
vote
0
answers
127
views
Why is my nuSOAP client request to a a web service returning an empty array?
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. ...
1
vote
1
answer
399
views
How do i set username and password in a soap server?
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&...
0
votes
0
answers
132
views
NuSOAP PHP web service and sending large string
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 ...
0
votes
1
answer
513
views
How to set request headers in SOAP request using NuSOAP toolkit
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 ...
1
vote
0
answers
162
views
Authorising SOAP requests using OAuth2.0 in NuSOAP
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 ...
0
votes
1
answer
1k
views
PHP Soap Client call to WCF service?
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(
...
-3
votes
1
answer
153
views
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 ...
1
vote
0
answers
2k
views
How to fix error:1408F10B:SSL routines:ssl3_get_record:wrong version number
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:...
0
votes
0
answers
452
views
How to send multi response using nusoap with soapval?
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 ...
1
vote
0
answers
50
views
Allocate memory when retrieving 28,000 records data using nusoap_client in Laravel 5.7
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 ...
1
vote
0
answers
186
views
WDSL Connection time out (1006)
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 ...
2
votes
1
answer
422
views
How to set Header while registering SOAP web service?
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 $...
-1
votes
1
answer
54
views
PHP Webservice using nuSoap and mySQL
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 ...
0
votes
1
answer
937
views
Payment gateway HTTP ERROR: cURL ERROR: 51: SSL: certificate subject name 'seguro3.cpmp.com.gt' does not match target host name '190.0.195.24'
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: ...
0
votes
1
answer
197
views
UTF-8 != utf-8 with NuSoap and C#
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 ...
8
votes
2
answers
240
views
Weird behaviour receiving a pdf content from a webservice nusoap
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 ...
1
vote
1
answer
1k
views
Returning array of array in nusoap
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 ...
-1
votes
1
answer
779
views
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 ...
0
votes
0
answers
2k
views
Opencart Uncaught Error: Call to a member function get() on null
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/...
0
votes
1
answer
632
views
How can I enable WS-RM (version 1.2) with NuSOAP client
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('...
1
vote
2
answers
5k
views
PHP Fatal error: Call to undefined method soapclient::_call()
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 ...