Hello
I tried to implement this solution : http://www.guru4.net/articoli/javascript-soap-client/en/
I am using version 2.4
However, I have an error on the XMLHttpRequest.open
I am using webser...
Id #33385 | Release:
None
| Updated: Feb 21 at 10:43 PM by pradgaik | Created: Nov 19, 2012 at 7:11 PM by pradgaik
Assuming the following xml:
<Data>
<row>a</row>
<row>b</row>
<row>c</row>
</Data>
resulted object will be
{Data: {row: c}}
The following part of _node2object function must be modified:
if(...
Id #33093 | Release:
None
| Updated: Feb 21 at 10:43 PM by SorinSarca | Created: Sep 5, 2012 at 4:21 PM by SorinSarca
Any possibilities or existing projects that integrates JavaScript SOAP Client with Drupal ?
any help/guidelines appreciated
Thanks,
am.
Id #30787 | Release:
None
| Updated: Feb 21 at 10:43 PM by introkun | Created: Jun 3, 2011 at 2:38 PM by ah0
Tested with PHP SoapServer. If the method returns an array of type (for example string[]), an invalid object is fetched instead of the array. The problem is with SOAPClient._node2object method, and...
Id #30518 | Release:
None
| Updated: Feb 21 at 10:43 PM by jaykrsna | Created: Apr 12, 2011 at 7:40 PM by HTD
sometimes response format can be methodName + "Return".
i added to SOAPClient._onSendSoapRequest
line
if(nd.length == 0)
nd = SOAPClient._getElementsByTagName(req.responseXML, method + "Return...
Id #29008 | Release:
None
| Updated: Feb 21 at 10:43 PM by Zheckreb | Created: Sep 28, 2010 at 9:44 AM by KAdot
Hi, I tried test the JS Soap client, but I keep getting an "wsdl is null" error in the error console of Firefox. Can anyone help me with this problem?
The demo code is here: http://www.linkflora.pl...
Id #25453 | Release:
None
| Updated: Feb 21 at 10:43 PM by Zheckreb | Created: Nov 26, 2009 at 9:06 AM by artur2009
I'm very new to this project and have been testing version 2.4
I've tried the SOAPClient with our exisitng webservice application - sadly, it always returns NULL when the "GetStockInfo" function ...
Id #22675 | Release:
None
| Updated: Feb 21 at 10:43 PM by raveens | Created: May 24, 2009 at 11:53 PM by raveens
I propose a contribution so as to be able to handle multiple arrays within soap response.
I replaced existing SOAPClient._node2object version 2.1 with another one (see the attached file).
Id #19664 | Release:
None
| Updated: Feb 21 at 10:43 PM by smanciot | Created: Nov 19, 2008 at 6:17 PM by smanciot
I got an error while using my own "implementation" of the JavaScript SOAP Client. The Error : [Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_U...
Id #17160 | Release:
None
| Updated: Feb 21 at 10:43 PM by Dr4g0nF1y | Created: Jun 25, 2008 at 7:17 AM by Dr4g0nF1y
I got an error while using my own "implementation" of the JavaScript SOAP Client.
Id #17159 | Release:
None
| Updated: Feb 21 at 10:43 PM by Dr4g0nF1y | Created: Jun 25, 2008 at 7:14 AM by Dr4g0nF1y