09-20-2012 04:21 AM - edited 09-20-2012 04:25 AM
Update: I tried setting a debug point in my webservice and I do get there which means: the problem is on the way back from the webservice.
Hello,
I'm trying to consume a webservice (it's my first try) using Webworks. The webservice is written in ASP.NET (and it works fine).
As Emulator I use Ripple.
The code is the one from this post: http://supportforums.blackberry.com/t5/Web-and-Web
When I click on the button, it outputs "Reuqesting..." but then nothing happen.
Here is output from Ripple:
2012-09-20 08:13:55 GET /HelloWorld/index.html 200
2012-09-20 08:13:55 GET /HelloWorld/json-minified.js 200
2012-09-20 08:13:55 GET /favicon.ico 404
2012-09-20 08:13:55 GET /HelloWorld/config.xml 200
2012-09-20 08:13:55 GET /ripple/about 200
2012-09-20 08:13:55 GET /HelloWorld/index.html 200
2012-09-20 08:13:55 GET /HelloWorld/config.xml 200
2012-09-20 08:13:55 GET /HelloWorld/json-minified.js 200
2012-09-20 08:13:55 GET /favicon.ico 404
Do you know how can I troubleshoot it?
Thanks,
Roberto.
01-10-2013 05:01 PM
i too have been having trouble with json data in webworks... code works fine on playbook and smartphone os though ![]()
01-15-2013 10:08 PM
I believe this error is regarding cross-domain access policies that Ripple/your web browser is enforcing. It happens when trying to access JSON feeds. See if you can get a JSONP feed instead, or just go with what is working!