1-10 of 16 < Previous Next >
1 vote

BAD URI

I got an error while using my own "implementation" of the JavaScript SOAP Client.

id# 17159 | Planned Release: None | Last Updated: Jun 25 at 7:19 AM  by Dr4g0nF1y
1 vote

Bad URI

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 | Planned Release: None | Last Updated: Jun 25 at 7:17 AM  by Dr4g0nF1y
1 vote

Memory leak in IE7

There is a memory leak that I have discovered in IE7. It is more obvious if requests to a webservice are being performed frequently (I make them at 3 sec intervals).

id# 16985 | Planned Release: None | Last Updated: Jun 10 at 6:35 PM  by costinbobes
1 vote

SAP Portal, don't get result

When you execute the soapclient under SAP Portal, sometimes don't gets the result (even if the web method returns a Hello Wolrd), always return a null value, I debbuged and found that the webmethod...

id# 16848 | Planned Release: None | Last Updated: May 29 at 2:43 PM  by MiztliTwins
6 votes

Result element names in wsdl

Currently the response is detected using: var nd = SOAPClient._getElementsByTagName(req.responseXML, method + "Result"); The WSDL however contains explicit information about what the response me...

id# 6509 | Planned Release: None | Last Updated: May 29 at 2:35 PM  by MiztliTwins
5 votes

Array detection

Currently, the method for determining whether something is an array is: var isarray = SOAPClient._getTypeFromWsdl(node.nodeName, wsdlTypes).toLowerCase().indexOf("arrayof") != -1; The alternativ...

id# 6505 | Planned Release: None | Last Updated: May 29 at 2:34 PM  by MiztliTwins
1 vote

Fix for Coldfusion web services

Hi there, Just thought I'd mention an issue in the javascript soap client which prevents it being used to consume coldfusion webservices. Coldfusion webservices return xml containing <Return> ta...

id# 15776 | Planned Release: None | Last Updated: Mar 24 at 9:45 PM  by loftx
1 vote

WSDL file and HTTP Errors

One nice addition to this utility would be to read the WSDL from a local file. Additionally, the script doesn't handle HTTP errors. It would be nice if it threw an error object based on the HTTP...

id# 15463 | Planned Release: None | Last Updated: Mar 5 at 3:13 PM  by rb124559
1 vote

Current version accepts Int, not Float. I have code to fix.

I've been trying to pass floats from Javascript to my web service. In the current version (1.04), when it detects a Number, it casts it as INT within the SOAP! So my web service will not accept the...

id# 15012 | Planned Release: None | Last Updated: Feb 2 at 6:11 PM  by aaronster
1 vote

Various changes to the Javascript SOAP Client

I'm using this Javascript SOAP Client in the Freeciv Web client: http://freeciv.wikia.com/wiki/FreecivWebClient The webservice is created using Apache Axis. It works quite well, but I have had to m...

id# 12864 | Planned Release: None | Last Updated: Sep 19 2007 at 6:21 PM  by AndreasR

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 16 < Previous 1 2 Next >
Updating...