Activity for NuSOAP - SOAP Toolkit for PHP

  • Pritam Pritam posted a comment on discussion Open Discussion

    Facing issue to get WSDL parameters to soapaction in PHP 8.1. Is there any support for that

  • Pavel Kubat Pavel Kubat posted a comment on discussion Help

    Hello. I am using NuSOAP as a webservice server providing number of methods. I am consuming this service by .NET Framework clients. It all works quite well together but sometimes clients get this exception: ProcessGetResponseWebException - HResult=-2146233079 Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. This is not related to any particular client (which are on different PCs) because they all mostly consume the calls without any...

  • Marcelo Ourico Marcelo Ourico posted a comment on discussion Help

    Hi. I'm try to use this webservice where i need to call operation and send this XML. So far so good. But, the XML contains TAGS with Hyphen. Like this: <tag-name></tag-name>. And i receiving this messages below: wsdl->getTypeDef('tag-name, 'http://nfse.abr...') wsdl->serializeType('tag-name', 'tag-name', Object(SimpleXMLElement), ' Can anyone help me?

  • Marcelo Ourico Marcelo Ourico posted a comment on discussion Help

    Hi, i need to send this envelope: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.aa.bbb.com.br/"> <soapenv:Header/> <soapenv:Body> <ws:enviarLoteNotas> <xml> here goes my xml... </xml> </ws:enviarLoteNotas> </soapenv:Body> </soapenv:Envelope> Where / how i can specify this structure?

  • Prasanna K Prasanna K posted a comment on discussion Open Discussion

    We are using the NuSoap module to connect to the WDSL server. we are getting the below error. Uncaught Error: Call to a member function setCredentials() on null function initSoap() { $this->client = new nusoap_client($this->wsdl_location, true); $this->client->setCredentials($this->username,$this->password, 'basic'); $err = $this->client->getError(); if ($err) { echo "Constructor Error: $err\n"; echo $this->client->debug_str . "\n"; return false; } $this->lmapi = $this->client->getProxy(); $this->lmapi->setCredentials($this->username,$this->password,...

  • Shimada Takuya Shimada Takuya posted a comment on discussion Help

    I am using NuSOAP / 0.9.5 on my system. There is a specification change in the communication destination system, I have been informed that the following encryption algorithms have been disabled. TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA TLS_RSA_WITH_3DES_EDE_CBC_SHA It seems that the following encryption algorithms can be used. TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384...

  • Shimada Takuya Shimada Takuya posted a comment on discussion Help

    I am using NuSOAP / 0.9.5 on my system. There is a specification change in the communication destination system, I have been informed that the following encryption algorithms have been disabled. TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA TLS_RSA_WITH_3DES_EDE_CBC_SHA It seems that the following encryption algorithms can be used. TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384...

  • Jaime Tun Jaime Tun posted a comment on discussion Help

    Did you find a solution? I am having the same problem.

  • Jaime Tun Jaime Tun posted a comment on discussion Help

    In my case, following the example above, i have defined "Chapter" but i get XML error parsing SOAP payload on line 2: Invalid document end. i am basically returning that as the result. $test[] = array("id" => "1223", "desc" => "sdf2sdfsdf", "price" => "122333");

  • freerunner9 freerunner9 posted a comment on discussion Open Discussion

    THANK YOU Good man from the past!

  • zakieh zakieh posted a comment on discussion Help

    Hello, I am trying to open the web service server URL from my Server. that web service implemented by ASP.Net and I call it by PHP. I have the same problem . Did you find the solution to that problem? thanks

  • Tello Tello posted a comment on discussion Open Discussion

    As a webservices that uses datacontract is consumed, I have passed this data to be able to generate the token, but I can not make the connection $UriString = "https://atxdevdevaos.sandbox......; $UserName = "mmar........."; $Password = "MiR......."; $ActiveDirectoryResource = "https://atxdevdevaos.sa......"; $ActiveDirectoryTenant = "https://login.windo........"; $ActiveDirectoryClientAppId = "fbfa9e67-da5..............."; $ActiveDirectoryClientAppSecret = "ak4Yda4xo+OPuBVZ..............."; $authtype...

  • Fábio Fábio modified a comment on discussion Open Discussion

    Hi all, My code below doen't work ("wsdl error: Getting https://mdfe-homologacao.svrs.rs.gov.br/ws/MDFeStatusServico/MDFeStatusServico.asmx?wsdl - HTTP ERROR: cURL ERROR: 0: NSS: client certificate not found (nickname not specified)"). Could you help me? require_once('nusoap.php'); $wsdl = 'https://mdfe-homologacao.svrs.rs.gov.br/ws/MDFeStatusServico/MDFeStatusServico.asmx?wsdl'; $cert = 'chDigital/Tetse.pfx'; $certPass = 'tetse2018'; $options = array('sslcertfile' => $cert, 'passphrase' => $certPass);...

  • Fábio Fábio modified a comment on discussion Open Discussion

    Hi all, My code below doen't work ("wsdl error: Getting https://mdfe-homologacao.svrs.rs.gov.br/ws/MDFeStatusServico/MDFeStatusServico.asmx?wsdl - HTTP ERROR: cURL ERROR: 0: NSS: client certificate not found (nickname not specified)"). Could you help me? require_once('nusoap.php'); $wsdl = 'https://mdfe-homologacao.svrs.rs.gov.br/ws/MDFeStatusServico/MDFeStatusServico.asmx?wsdl'; $cert = 'chDigital/Tetse.pfx'; $certPass = 'tetse2018'; $options = array('sslcertfile' => $cert, 'passphrase' => $certPass);...

  • Fábio Fábio modified a comment on discussion Open Discussion

    Hi all, My code below doen't work ("wsdl error: Getting https://mdfe-homologacao.svrs.rs.gov.br/ws/MDFeStatusServico/MDFeStatusServico.asmx?wsdl - HTTP ERROR: cURL ERROR: 0: NSS: client certificate not found (nickname not specified)"). Could you help me? require_once('nusoap.php'); $wsdl = 'https://mdfe-homologacao.svrs.rs.gov.br/ws/MDFeStatusServico/MDFeStatusServico.asmx?wsdl'; $cert = 'chDigital/Tetse.pfx'; $certPass = 'tetse2018'; $options = array('sslcertfile' => $cert, 'passphrase' => $certPass);...

  • Fábio Fábio modified a comment on discussion Open Discussion

    Hi all, My code below doen't work ("wsdl error: Getting https://mdfe-homologacao.svrs.rs.gov.br/ws/MDFeStatusServico/MDFeStatusServico.asmx?wsdl - HTTP ERROR: cURL ERROR: 0: NSS: client certificate not found (nickname not specified)"). Could you help me? require_once('nusoap.php'); $wsdl = 'https://mdfe-homologacao.svrs.rs.gov.br/ws/MDFeStatusServico/MDFeStatusServico.asmx?wsdl'; $cert = 'chDigital/Tetse.pfx'; $certPass = 'tetse2018'; $options = array('sslcertfile' => $cert, 'passphrase' => $certPass);...

  • Fábio Fábio posted a comment on discussion Open Discussion

    Hi all, My code below doen't work ("wsdl error: Getting https://mdfe-homologacao.svrs.rs.gov.br/ws/MDFeStatusServico/MDFeStatusServico.asmx?wsdl - HTTP ERROR: cURL ERROR: 0: NSS: client certificate not found (nickname not specified)"). Could you help me? $cert, 'passphrase' => $certPass); $client = new nusoap_client($wsdl, $options); $err = $client->getError(); if ($err) { // Display the error echo 'Constructor error' . $err; } else { echo 'Ok!!!!'; } ?> Thanks! Fabio

  • Josep Ramon Bernat Capell Josep Ramon Bernat Capell posted a comment on discussion Help

    <xsd:simpleType name="articleIdType"> <xsd:restriction base="xs:string"> <xsd:maxLength value="22"/> </xsd:restriction> </xsd:simpleType> I want to create this simpleType. If I use this instruction: $server->wsdl->addSimpleType( 'quantityUnitType', 'xsd:string', 'SimpleType') <xsd:simpleType name="articleIdType"> <xsd:restriction base="xs:string"> </xsd:restriction> </xsd:simpleType> I have not found any example that indicates how to do it. Thank you

  • Juan Carlos Alvarez Juan Carlos Alvarez posted a comment on discussion Help

    The problem is not with php 5.6, there also works fine, the problem is with other server with ubuntu server 16.04 with php 7

  • Juan Carlos Alvarez Juan Carlos Alvarez posted a comment on discussion Help

    Hi, i have been used nusoap for more than 6 years without problems. I have an ubuntu server 12.04 with php 5.3.10 Suppose this data: <data>first line of test second line of test</data> In client machine i have CR LF after "first line of test". When I receive this data fom client machine, in my server those CR LF becomes as LF, and this is ok. Now, i have an ubuntu server 16.04 with php 5.6 and when client machine send this data to my web service, i receive CR LF as LF LF, so the data i receive is:...

  • Joao Joao posted a comment on discussion Help

    I'd like to know if I can use this library in a commercial application and what I should do.

  • mkegey mkegey posted a comment on discussion Open Discussion

    Thanks a Lot for the fix. I was getting error allocated bytes exhausted while downloading files via PHP web services using nusoap.php. In addition to the above fix, I had to change below in nusoap.php to resolve the issue. Once below was done I was able to download large files without issue. Thanks Again. function varDump($data) { $ret_val = ""; if ($this->debugLevel > 0) { ob_start(); var_dump($data); $ret_val = ob_get_contents(); ob_end_clean(); } return $ret_val; } $GLOBALS['_transient']['sta...

  • texas-bronius texas-bronius posted a comment on discussion Help

    Ok, I see this SOAP response was actually MOTM/multipart, and much to my chagrin, NuSOAP does not actually support multipart. That was a really long and round-about way of discovering that :( For posterity, ended up parsing the raw response with string parse for known cases, like: $response = $client->response; $error = $client->getError(); if ($error) { if ($error === 'XML error parsing SOAP payload on line 1: Not well-formed (invalid token)') { dpm($response, 'OK: multipart response to be parsed');...

  • texas-bronius texas-bronius posted a comment on discussion Help

    Not hundred percent what the thing was.. but was able to set headers and get success: Content-Type: text/xml; charset=UTF-8 Accept-Encoding: gzip, deflate from $client->soap_defencoding = 'UTF-8'; $client->setHTTPEncoding('gzip, deflate'); respectively. I'm still getting XML error parsing SOAP payload on line 1: Not well-formed (invalid token). but that seems to be coming from the server. Initial response is an http 200 with a good-looking SOAP message of 200 and OK within. /shrug

  • texas-bronius texas-bronius posted a comment on discussion Help

    So what I'm doing.. When I dump my curl request raw from php app via $client->request and paste it into SoapUI and run it there, the request goes thru perfectly. But it's not running in my php app! I keep getting an IIS 400 Bad Request (not a SOAP error). The differences I see in the raw http request from my nuSoap php app and SoapUI with the exact same payload are: POST /Action.svc in app is POST https://example.com/Action.svc (absolute, FQD) in SoapUI Accept-Encoding: gzip,deflate in SoapUI, not...

  • texas-bronius texas-bronius posted a comment on discussion Help

    Hmm.. an update. While that xml declaration did cause my request to fail with an IIS 400 Bad Request, changing the encoding to UTF-8 allows the raw request to go through (when copy/pasted into SoapUI) but not via my php app. I think it's got to do with the http request now..

  • texas-bronius texas-bronius posted a comment on discussion Help

    I am outputting my client SOAP request to screen and copy/pasting into SoapUI: When run like this, I get a 400: Bad Client Request from the SOAP service, but when I remove the XML declaration in the first bit: <?xml version="1.0" encoding="ISO-8859-1"?> so that the next bit is the rest of the standard SOAP request, the request goes through, and I get a 200 OK in a proper SOAP response. What is it about the xml declaration that's breaking my request, how can I remove it before the request is sent,...

  • mohammad mohammadian mohammad mohammadian posted a comment on discussion Help

    hi i have same problem but i cant resolve this problem yet please help thanks

  • Milan Sulc Milan Sulc posted a comment on discussion Open Discussion

    Hi. You can use composer require econea/nusoap. :-) Take a look: https://github.com/econea/nusoap

  • Milan Sulc Milan Sulc posted a comment on discussion Open Discussion

    Hi. It's common bug which bother me either. I've fixed it here: https://github.com/econea/nusoap

  • Milan Sulc Milan Sulc posted a comment on discussion Open Discussion

    Hi. I've prepare PHP 5.4 to PHP 7.1 compatible version with full composer support. Please take a look: https://github.com/econea/nusoap

  • Milan Sulc Milan Sulc posted a comment on discussion Help

    Hi. I've prepare PHP 7 compatible version with full composer support. Please take a look: https://github.com/econea/nusoap

  • Blade Blade posted a comment on discussion Help

    Hello, I´ve developed some webappications that comunicate each other through NuSOAP...

  • Daniel Marin Daniel Marin posted a comment on discussion Help

    Hi, I have a problem uploading files of more than 5-6MB. If I upload a PDF, DOC or...

  • Daniel Marin Daniel Marin posted a comment on discussion Help

    Hi, I'm looking for download the last stable version of NuSOAP, but I'm a little...

  • Dimitri F Dimitri F posted a comment on discussion Help

    Hi, i have an issue. that's the request i need to send (working in SOAP UI) <soapenv:Envelope...

  • Andrés Ramírez Andrés Ramírez posted a comment on discussion Open Discussion

    Hi everybody! (Sorry for my english, is not very good but i try to do my best) I...

  • Thiago Brauer Ribeiro Thiago Brauer Ribeiro posted a comment on discussion Help

    I had this same problem, and I solved it by change the line var $soap_defencoding...

  • Paco Paco posted a comment on discussion Open Discussion

    Hi, I have a problem. I have to call a ws with a few parameters. In one of these...

  • Sudheesh K Surendran Sudheesh K Surendran modified a comment on discussion Open Discussion

    HI, I have tried following fixes. $server->defencoding = 'UTF-8'; $server->soap_defencoding...

  • Sudheesh K Surendran Sudheesh K Surendran posted a comment on discussion Help

    HI, I have tried following fixes. $server->defencoding = 'UTF-8'; $server->soap_defencoding...

  • Sudheesh K Surendran Sudheesh K Surendran posted a comment on discussion Open Discussion

    HI, I have tried following fixes. $server->defencoding = 'UTF-8'; $server->soap_defencoding...

  • free ipa free ipa posted a comment on discussion Help

    hello i am using nusoap.php with php7 and i get this errors what i have to do ? PHP...

  • José María Fernández José María Fernández posted a comment on discussion Help

    I need to use multiple namespace in a web service that I have developed with NuSOAP....

  • Nhuchhe Ram Mushyakhwo Nhuchhe Ram Mushyakhwo posted a comment on discussion Help

    Hello, After defining web service(with nusoap v1.63) parameters as defined above:...

  • markus schneider markus schneider modified a comment on discussion Help

    Hello, i got this errormsg "Operation '' is not defined in the WSDL for this service"...

  • markus schneider markus schneider posted a comment on discussion Help

    Hello, i got this errormsg "Operation '' is not defined in the WSDL for this service"...

  • sathivel sathivel posted a comment on discussion Help

    Hi , Recently I have moved from PHP 5.3 to 5.6 ,Unfortunitly my NUSOAP Functionality...

  • Jeremy Druin Jeremy Druin posted a comment on discussion Help

    Hello, In newer versions of PHP, PHP will throw an error if the date.timezone in...

  • Jose Celano Jose Celano posted a comment on discussion Open Discussion

    WHen my soap response contains this: <Remark xml:space="preserve"> </Remark> The...

  • Misiu Misiu posted a comment on discussion Help

    Hi all, I'm starting my adventure with NuSOAP and I'm trying to create service that...

  • victor victor posted a comment on discussion Open Discussion

    Hi, I have done an example of nusoap server: function getProd($category) { if ($category...

  • Amador Arturo Marin Amador Arturo Marin posted a comment on discussion Open Discussion

    When i passed the deviceQuestions Array, nu_soap only read and send the last item...

  • Amador Arturo Marin Amador Arturo Marin posted a comment on discussion Open Discussion

    Hi Alex, did you solve this problem? i have the same, but in xml like this: <getDevicePriceRequest>...

  • Manu Garrido Manu Garrido modified a comment on discussion Help

    Hi there, Having the following, how do I set the HTTP protocol to its 1.1 version?...

  • Manu Garrido Manu Garrido modified a comment on discussion Help

    Hi there, Having the following, how do I set the HTTP protocol to its 1.1 version?...

  • Manu Garrido Manu Garrido posted a comment on discussion Help

    Hi there, Having the following, how do I set the HTTP protocol to its 1.1 version?...

  • Thibaut HUMBERT Thibaut HUMBERT posted a comment on discussion Open Discussion

    Hello I'm trying to use the latest nusoap.php on a server running php5.3.29 on which...

  • Jacques Grove Jacques Grove modified a comment on discussion Help

    I am having a huge headache. I am doing this in SoapUI: DESIRED CALL / REQUEST <soapenv:Envelope...

  • Jacques Grove Jacques Grove posted a comment on discussion Help

    I am having a huge headache. I am doing this in SoapUI: DESIRED CALL / REQUEST <soapenv:Envelope...

  • hossein hossein posted a comment on discussion Help

    hi, after call method Gettoken i see this error i tired to search and cant find answer...

  • Manu Garrido Manu Garrido modified a comment on discussion Help

    Ok, apparently only V5 operations are allowed: Test, BookTable, GetSessionAvailability...

  • Manu Garrido Manu Garrido posted a comment on discussion Help

    Ok, apparently only V5 operations are allowed: Test, BookTable, GetSessionAvailability...

  • Manu Garrido Manu Garrido posted a comment on discussion Help

    After being digging into it for three days (it has been hellish & interesting, considering...

  • Nguyễn Viết Cường Nguyễn Viết Cường posted a comment on discussion Help

    Using nuSOAP, how can I can make a webservice which response elements together with...

  • Aaron Mingle Aaron Mingle posted a comment on discussion Open Discussion

    I'd like to report a solution I found to an issue I ran across using NuSOAP. I am...

  • mango mango posted a comment on discussion Help

    <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=gb2312">...

  • Lucy Lucy posted a comment on discussion Help

    I'm new to NuSOAP and don't know how to get the GetAddressBooks results from this...

  • maverabil maverabil modified a comment on discussion Help

    PHP is connected to SOAP between NuSOAP and I can recieve data from PHP. After getting...

  • maverabil maverabil modified a comment on discussion Help

    PHP is connected to SOAP between NuSOAP and I can recieve data from PHP. After getting...

  • maverabil maverabil modified a comment on discussion Help

    PHP is connected to SOAP between NuSOAP and I can recieve data from PHP. After getting...

  • mango mango posted a comment on discussion Help

    <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=gb2312">...

  • maverabil maverabil posted a comment on discussion Help

    PHP is connected to SOAP between NuSOAP and I can recieve data from PHP. After getting...

  • mango mango posted a comment on discussion Help

    <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=gb2312">...

  • glenndegroote glenndegroote posted a comment on discussion Help

    SOLVED. Was using a wrong URL for my endpoint. Thanks for the help guys.

  • Manish Parmar Manish Parmar posted a comment on discussion Help

    Glenn, Did you check you auth type ? Basic, ntlm ? Let me check again. On Feb 25,...

  • glenndegroote glenndegroote posted a comment on discussion Help

    When I point my browser to the WSDL URL I indeed get prompted for a username and...

  • mango mango posted a comment on discussion Help

    <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=gb2312">...

  • Manish Parmar Manish Parmar posted a comment on discussion Help

    Glenn, When you point your browser at http://somedomain.org/xyz.php?WSDL, it prompts...

  • mango mango posted a comment on discussion Help

    <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=gb2312">...

  • glenndegroote glenndegroote posted a comment on discussion Help

    I'm trying to make a SOAP request with the NuSoap library. However, when I try to...

  • Rul Rul posted a comment on discussion Open Discussion

    Hello Kervala How do I use the patch? do you have any example to test? Thanks and...

  • Oscar Galviz Oscar Galviz modified a comment on discussion Help

    Buenas he tratado de todas las formas pero no logro entender como enviar archivos...

  • Oscar Galviz Oscar Galviz posted a comment on discussion Help

    Buenas he tratado de todas las formas pero no logro entender como enviar archivos...

  • John Barrett John Barrett modified a comment on discussion Help

    I'm trying with a php/nusoap client consuming from a J2EE Web Service from SAP. The...

  • John Barrett John Barrett modified a comment on discussion Help

    I'm trying with a php/nusoap client consuming from a J2EE Web Service from SAP. The...

  • John Barrett John Barrett modified a comment on discussion Help

    I'm trying with a php/nusoap client consuming from a J2EE Web Service from SAP. The...

  • John Barrett John Barrett modified a comment on discussion Help

    I'm trying with a php/nusoap client consuming from a J2EE Web Service from SAP. The...

  • Rejy Rejy posted a comment on discussion Open Discussion

    How can i integrate SOAP in our site(PHP Platform)? plz sent me integration guid...

  • Rejy Rejy posted a comment on discussion Help

    How can i integrate SOAP in our site(PHP Platform)? plz sent me integration guid...

  • Amy Nagle Amy Nagle modified a comment on discussion Open Discussion

    I don't know if you ever got this working, but this is how I declared my complex...

  • Amy Nagle Amy Nagle posted a comment on discussion Open Discussion

    I don't know if you ever got this working, but this is how I declared by complex...

  • mango mango posted a comment on discussion Help

    官方阿迪达斯新店开张大促销了,三折呀,还有情侣款,我卖了两双,去验过是正品,很满意~!http://st.zzaa.org This is an automatic...

  • andytsang andytsang posted a comment on discussion Help

    It seems NuSOAP does not support WSSE. I need to implement the username token in...

  • mango mango posted a comment on discussion Help

    官方阿迪达斯新店开张大促销了,三折呀,还有情侣款,我卖了两双,去验过是正品,很满意~!http://st.zzaa.org This is an automatic...

  • andytsang andytsang posted a comment on discussion Help

    May I ask have you got any solution of ws-security with username token in soap header...

  • mango mango posted a comment on discussion Help

    官方阿迪达斯新店开张大促销了,三折呀,还有情侣款,我卖了两双,去验过是正品,很满意~!http://st.zzaa.org This is an automatic...

  • Adityo Setyonugroho Adityo Setyonugroho posted a comment on discussion Help

    Hello guys, I am new to code with NuSOAP lib. Currently, i've just accomplished connected...

  • Nathan Williams Nathan Williams modified a comment on discussion Open Discussion

    Edit: Sorry can some one move this to the Help forum. That was pretty dumb. Hi, I...

  • Nathan Williams Nathan Williams posted a comment on discussion Open Discussion

    Hi, I have successfully managed to run many services from VB.NET, however I am unable...

1 >
MongoDB Logo MongoDB