Soap ( suds.js ) randomly failing
Hi, My application uses SudsClient to access a SOAP webservice. Almost all windows do at least one request to this soap service. The issue is that it randomly get stuck at different parts of the...
View ArticleSuds.js NullPointerException won't let app start.
This bug is on Android. On iPhone the app runs perfectly fine. The suds.js file is just like the one in KitchenSink. Copy/Pasted. When I run the app, I get this on the splash screen: Wrapped...
View Articlesuds, how to call as a inline function
Hi, I'm using the suds.js to call my soap web service. I find it really annoying that it run async, is it possible to get it to run in-line with the rest of my code i.e. in a for statement each loop...
View ArticleSOAP + suds.js problem
I have two web services to access, the first that have simple parameters suds works perfectly, the second requiring parameters does not work as below: <city> <name> string </ name>...
View Articlepassing a var from suds.invoke...?
I need to pass a variable from the suds.invoke callback function. check out the following code and the comments. Where am I going wrong? Your help is much appreciated! var session = ''; function...
View ArticleEach suds invoke generating new session id
Greetings. I'm developing some webservices for my mobile application. The mobile application is being developed with Titanium Studio, build: 1.0.4.201108101535, using mobile sdk 1.7.3, and for the...
View ArticleSOAP request using SUDS not working
Hi folks, I've now spend hours in trying to figure out what I'm doing wrong, but I'm stuck. I'm trying to connect to a SOAP API using the SOAP/SUDS example from the KitchenSink. However, my app simply...
View ArticleHow to release memory of a suds client (SOAP request) ?
Could you tell me how to release memory of a suds client (SOAP request) ? Because when I use SOAP in a window, I can't release memory of objects... Here is my code :...
View ArticleWhere to find a SOAP call example using suds.js as a CommonJS module ?
Hello, I discovered that when I did a SOAP call including suds.js I always had problems with memory (objets in the window don't want to be removed). So, someone answered me to use CommonJS to do SOAP...
View ArticleStop a Connection (using suds)
Hello, With my application I use webServices in order to connect to a server so I create XHR connection, using Suds.js (KitchenSync). Because posible network problems, i need to stop the connection...
View ArticleMake with Appcelerator a soap-call in Javascipt
Hello @all I'm looking for a description how to make a soap-call with JS. I have a PHP webservice and a running php-client, but i can't get the simplest php-example to work with appcelerator. So i want...
View ArticleIs there a timeout limit when accessing a Web Service (iOS) ?
Hi ! I have a problem, I am using suds.js (kitchensink) to access some WebService functions, and everything is working fine... the problem is... there is a specific function that takes about 25 seconds...
View ArticleAccess variable's value outside suds.invoke() scope
How can I pass the variable outside the suds.invoke() method. Even Variable is defined globally.I am not able to get value of variable outside the suds.invoke() method while inside its working. i.e var...
View ArticleSplit XML response from SOAP webservice using suds.js
Hello all, i'm trying to split a soap response from a webservice but can't find the way to do it. After googling for hours, i let my question here. Here is my code:Ti.include('suds.js'); var win =...
View ArticleProblem using SOAP with suds.js
Hi! I'm trying to make some SOAP requests, and everyone is referring to the KitchenSink demo which uses suds.js. I cant get suds.js to work though. I get this error:[ERROR] Error: ReferenceError: Can't...
View ArticleHow to translate XML SOAP request to Ti using suds?
I'm trying to figure out how to translate this XML Soap request to Ti, using the suds.js library:<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope...
View ArticleWebService does no longer work
Hello everybody, I have been able to run thix example of consuming the web service: http://developer.appcelerator.com/question/29511/soap-example-in-kitchen-sink but today when I wanted to test it...
View ArticleWebservice return string ???? after invoked
Hi, After i invoke webservice (suds) with some paramerter in thai language then resault show "??????" This is my code :function test(){ var callparams = { str: '????????', //<<---- Thai...
View ArticleSuds not recognizing array in request.
I'm not sure what i'm doing wrong here but when I try to use an array in my call parameters the xml is built for my request gets all wonky. Is my javascript object incorrect? Here is the XML I...
View ArticleSuds.js on Android vs IOS with II7
I am experiencing an error using the sample suds.js from the kitchen sink. When I replace the URL with a custom written C# Web Service everything runs as expected on Android. When I attempt to run the...
View Article