Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (suds)
Browsing latest articles
Browse All 20 View Live

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 Article



Suds.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 Article

suds, 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 Article

SOAP + 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 Article

passing 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 Article


Each 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 Article

SOAP 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 Article

How 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 Article


Where 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 Article


Stop 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 Article

Make 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 Article

Is 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 Article

Access 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 Article


Split 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 Article

Problem 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 Article


How 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 Article

WebService 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 Article


Webservice 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 Article

Suds 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 Article

Suds.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
Browsing latest articles
Browse All 20 View Live




Latest Images