Search found 7 matches

by tntwurfl
Wed Oct 23, 2013 2:54 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: WURFL Cloud API call for User Agent
Replies: 1
Views: 6124

WURFL Cloud API call for User Agent

Hello, I am getting device object from WURFL cloud by making following calls, passing in the request object. I do not want to pass the request object, but only the user agent from the request header to wurfl cloud to get the information about the device. I was looking around in Cloud API, but could ...
by tntwurfl
Wed Sep 11, 2013 3:28 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: WURFL demo servelt run time error in java
Replies: 7
Views: 12009

Re: WURFL demo servelt run time error in java

Hello,

We have a premium account with WURFL, and looking for some help to resolve this issue, please let us know why we cannot reach to api.wurflcloud.com.
by tntwurfl
Wed Sep 11, 2013 12:20 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: WURFL demo servelt run time error in java
Replies: 7
Views: 12009

Re: WURFL demo servelt run time error in java

I can access outside internet from my computer, I am accessing your website and downloading examples etc and can also access any other website. I have set the proxy settings in Eclipse to http-proxy:80, but still I am getting connection timeout error in eclipse. I tried to deploy example war file on...
by tntwurfl
Tue Sep 10, 2013 3:52 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: WURFL demo servelt run time error in java
Replies: 7
Views: 12009

Re: WURFL demo servelt run time error in java

Error is coming from WURFL API. Yes, Servlet is unable to connect with "api.wurflcloud.com". Do I need anything from my dev env. I am unable to ping "api.wurflcloud.com" also I am unable to reach this URL from browser. What kind of call API is makingto "api.wurflcloud.com". AbstractDevice device = m...
by tntwurfl
Tue Sep 10, 2013 11:18 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: WURFL demo servelt run time error in java
Replies: 7
Views: 12009

WURFL demo servelt run time error in java

Hello, I am getting following error while running the cloud test application for Java. I am a member and downloaded the key to run the servlet. 11:10:00 [[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'] E c.s.wurflcloud.CloudClient 394 - java.net.ConnectException: Tri...
by tntwurfl
Mon Sep 09, 2013 5:22 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: wurflcloud jar file
Replies: 3
Views: 7045

Re: wurflcloud jar file

I have already registered and downloaded the example java client jar. The problem is when I am trying to copy the example code in the web project in my development env, to run example servlet I am getting compilation error on com.scientiamobile.wurflcloud.* that it can not find these files. I a look...
by tntwurfl
Mon Sep 09, 2013 5:12 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: wurflcloud jar file
Replies: 3
Views: 7045

wurflcloud jar file

Hello, I am new to wurfl cloud, I am trying to use java example client. I downloaded the jar file and trying to create a web project from it. But looks like com.scientiamobile.wurflcloud.* jar file is not packaged in the example and I am getting compilation error on the imports in servlet. I am unab...