Tagged Questions
0
votes
1answer
27 views
issue in blackberry app with ksoap library
I need to consume a web service from blackberry.
But i couldn't run the app with the Ksoap library - i am using ksoap2-j2me-core-2.1.2.jar.
when i run the app i got this run time issue
...
0
votes
0answers
37 views
issue for blackberry webservice consume
Hi I am new to blackberry.So i have to try consume the web service. and pre-verified the ksoap2-j2me-core-2.1.0. and import the jar into my project. But I got some warning messages in run time.. And i ...
1
vote
0answers
51 views
Getting org.xmlpull.v1.XmlPullParserException for SOAP connection in BlackBerry
I am using ksoap2.jar in my application for webservice call.
While conneting, to the server it is giving the below error when i am testing using Wi-fi or simulator:
...
0
votes
1answer
66 views
How do mobile applications typically exchange small amounts of information with a server?
With very little experience designing mobile or web based systems, I really have no idea idea what sort of methods are generally used for exchanging information from an application on a phone with a ...
0
votes
1answer
149 views
how to call web service from blackberry native application
This is my code in Blackberry java Eclipse plugin How can i invoke webservice in this code to store the below mentioned fields like _firstName ,_lastName ,address,mobileNumber in database by calling ...
0
votes
1answer
83 views
Blackberry not connecting to local IP on network using WIFI
I'm building a mobile application using Phonegap and jQuery mobile on Zend Studio, and I'm doing this on a macbook pro running OSX Mountain Lion.
I have deployed the application to an iPhone 4, ...
0
votes
0answers
109 views
Get string array from web service stubs into a list on BlackBerry Java App
I am getting an array of strings from a web service. I already generated the stub classes and imported them into my BlackBerry project. Now how can I access that array of strings and put that into a ...
0
votes
1answer
65 views
Blackberry App start Webservice Null
I have a version hit check right after my application gets start.
But when simulator is loading its sending the request and all that stuff. After my application starts it give version hit value NULL ...
1
vote
1answer
285 views
Blackberry Push notification using C# as server side
I am trying to send push notification in blackberry by using C# Web
service but i am facing problem is it return exception "The remote
server returned an error: (404) Not Found.". all info is correct ...
0
votes
1answer
373 views
Blackberry how to get Json Response (java)
I want to get a JSON response on the simulator. How can I read JSON from the server?
public void run()
{
HttpConnection httpConn;
ConnectionFactory connFact = new ConnectionFactory();
...
1
vote
1answer
107 views
Mobile application getting error due to long time taking HTTP response
I am working on a mobile native application in Blackberry WebWorks. My application runs on Tomcat 5.5 which fetches data from an ASMX webservice running on IIS 7.5.
I am getting a timeout after a ...
1
vote
1answer
225 views
When a web service call was invoked in BlackBerry, application hangs
I am creating my very first blackberry application that tries to connect to a rest web service. I tried the example I found in the internet. Please refer to this link: ...
1
vote
1answer
198 views
Blackberry Httpconnection Request Timeout issue
I am facing issue related to Httpconnection request timeout (not response timeout).
When i am trying to connect with the server via application i am getting response code 408 or 502 but the same url ...
0
votes
1answer
219 views
Uncaught Exception while consuming web service in Blackberry
Application is not responding while consuming restful service if internet is connected but browsing is not working, in blackberry jre 5.0. Please guide me if there is any method to set the responce ...
3
votes
1answer
354 views
Error while running web service on blackberry simulator
I am trying to access a webservice from a BlackBerry application that I developed.
However, when running the app I get
" App Error 104 Uncaught: NullPointerException "
I am unable to debug, ...
0
votes
1answer
267 views
stub generation failed with java.net.unknownhostexception
Iam trying to generate stub files using java sunwireless tool kit.
Iam able to open the link in chrome
Iam getting this error how to resolve it
1
vote
0answers
481 views
ksoap2 - SoapObject 'source not found'
I have a code for the BlackBerry App where the "login" button is clicked to fetch xml data. However nothing turns up when I try to show the response returned from the webservice that accepts username ...
1
vote
1answer
322 views
Stub Not Generated using Sun Wireless toolkit 2.5.2 on Windows xp
I am trying to generate stub using the sun's wireless toolkit 2.5.2 .The os on my pc is windows xp.I am trying to generate stub by using following process
Start -> SunWirelessToolkit -> ...
0
votes
1answer
222 views
Blackberry App Development - App Stops Working After 16-18 Hours
I apologize profusely right at the start, because I know that answering this question is going to be like nailing jello to a wall. I'll give as many details as I can, but there aren't many to give.
...
0
votes
1answer
522 views
Consume webservices in Blackberry
We are trying to consume webservices in blackberry.We are very new in developing apps on blackberry.After searching web we found that we can use org.json.me jar to consume json webservices in ...
0
votes
1answer
71 views
Extend MapField for use with Custom Map webservice
I want to be able to use the mapfield in the same manner as Blackberry maps.
But with the Maps being obtained from my own webservice.
There must be a way of extending the field and overriding some ...
1
vote
1answer
163 views
Connecting phpmyadmin and BlackBerry appplication (Eclipse)
Well long story short, my application needs to connect to the database in the web to collect information about login details and stuffs. I found out that I can use either JDBC or a webservice but the ...
0
votes
1answer
103 views
Accessing locally hosted webservice from my iPhone or Blackberry
How can I connect to my locally hosted restful service from my iPhone/Blackberry?
0
votes
1answer
255 views
HttpConnection to .Net web service showing “Unexpected end of File” error
I'm using the following code to retrieve data from a .Net web service from the Blackberry emulator (unimportant parts cut out):
byte[] postDataBytes = soapRequestEnvelope.getBytes();
byte[] ...
1
vote
2answers
490 views
Blackberry SOAP web service call without KSOAP
I've had nothing but problems using libraries that claim to simplify consuming SOAP Web Services. I've been using KSoap2 on the Blackberry to accomplish this, but I'm not liking the process at all.
...
1
vote
1answer
271 views
Error when calling .Net Web Service from Blackberry
I'm calling a .Net Web Service which takes a complex type as a parameter (using KSoap2). I've done this before successfully so I decided to just copy my old code and paste it into a new method, ...
2
votes
4answers
1k views
BlackBerry simulator can connect to web service, but real device can't
I am developing BlackBerry application that connects to the web service.
When I developed on simulator, I used BlackBerry MDS for simulator and everything just went fine. My application (running on ...
0
votes
1answer
166 views
Connection get closed after some time
I have used below code for internet connection
HttpConnection httpConn = null;
DataOutputStream dataOS = null;
redemptionUrl = redemptionUrl+ ";deviceside=true";
httpConn = (HttpConnection) ...
0
votes
1answer
171 views
I have a WSDL webservice I am trying to access from java/Blackberry
I have a WSDL webservice I am trying to post and receive information from via java within a Blackberry app. I have used axis1.4 to build the stub and other class files within Eclipse. I have have the ...
2
votes
1answer
1k views
“the method is not applicable for the arguments” when building BlackBerry app
I am developing a sample application to call .Net web services. I have added ksoap2-j2me-core-prev-2.1.2.jar to the build path in Eclipse.
I am passing two values via addProperty: "number1" and 10 ...
0
votes
0answers
290 views
Blackberry soap response
I am trying to consume .net webservices, and I can establish the connection. However this is the response I am getting:
[0.0] anyType{NewDataSet=anyType{Table=anyType{Card_ID_PK=2243; ...
0
votes
2answers
156 views
how to bold a text which is on <strong> tag in blackberry
I've got HTML string returned from a Web Service. Sample string would be:
I want to display the HTML string in the label field.
I've replaced the string <b>, <br/> to </n>. Its ...
1
vote
1answer
220 views
Webservices in BlackBerry
I am trying to make an application that will connect to a web service and call functions from it. I have worked on HTTP connections that will hit the server. This one will send me data. But can I hit ...
1
vote
0answers
99 views
Amazon s3 Services for J2me in blackberry
I am developing a social network app for blackberry. In it i need to upload audio and image files and retrieve it at later time. So for that i need to use Amazon services. I downloaded the j2me ...
1
vote
1answer
469 views
Blackberry: Java app calling webservice through blackberry enterprise server
I have an java app for blackberry, created with Java Plug-in for Eclipse. I want to invoke a webservice on a webserver through Blackberry mds. The code I am using works, but is not stabile. Meaning ...
0
votes
0answers
329 views
How can I implement soap requests in blackberry?
What libraries or tools do I need to generate and send soap messages in a blackberry 5.0 web application.
1
vote
1answer
282 views
TED talk API or workaround for data access
It is my understanding that TED likely is not looking at making a BlackBerry App. I have a few frameworks I've created already for parsing various types of API's/feeds/services and would like to know ...
1
vote
2answers
442 views
uploading file from backberry to web service = JVM error 104 Uncaught NullPointerException?
I am developing a small blackberry project.
Here are the step that it is supposed to be:
User clicks Speak! button. The application record speech voice. [No Problem]
When user finishes speaking, ...
3
votes
2answers
4k views
org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@c599f9fd)
I am new to blackberry , iam just trying to call a Web service that do some operations on SAP CRM , ,but iam getting this exception:
org.xmlpull.v1.XmlPullParserException: unexpected type ...
3
votes
1answer
422 views
BlackBerry Web-service call parameter encoding
I have used the Java Sun Wireless Toolkit 2.5.2 to generate method stubs for my SOAP webservice. I have been using this for a while and it works great. I now need to add support for the French ...
0
votes
1answer
51 views
Consuming a web page through my blackberry app
I want to open a web page and then take certain contents from this page onto some array elements and then work on it . I am able to open the page in a new browser but how do i read it . Does it have ...
0
votes
1answer
903 views
Connect BlackBerry app to PHP web service
How can I make my BlackBerry application send data to a remote server via a PHP web service? I do have some experience with Android and we use kSOAP2 and JSON protocols to pass data to a web service. ...
2
votes
1answer
806 views
Blackberry web services
I am looking to expose an existing app as web service for use on the Blackberry. So I have some questions around the blackbery and its use of web services.
I am wonderings is it possible to use ...
0
votes
1answer
623 views
How to call .Net webservice in Blackberry?
I would like to call .Net webservice from my Blackbrry application. How can I call webservice from my app and which protocol is user and which jar file i have to used to call webservice. and how to ...
0
votes
5answers
2k views
ASP.NET web service for Android, iOS and BB
I am creating a web service in ASP.NET that needs to be accessed from Android, iOS and BB. The big stickler here is that I do not want to use any libraries on these mobile platforms to read the ...
1
vote
2answers
535 views
Access a webservice from a BlackBerry app
I have no idea how to access a PHP based WebService from a BlackBerry.
Can anybody guide me in accessing one?
0
votes
0answers
705 views
ksoap2 webservice in blackberry is not working
I am using ksoap2-j2me-core-prev-2.1.2.jar to call webservice from BlackBerry device. I am using BlackBerry_JDE_Plugin_1.3.0 and Blackberry JRE 4.5.0
Whenever I call out to the webservice, I get an ...
1
vote
3answers
535 views
BlackBerry App Security
Users log in to my BlackBerry app with a username and password provided at registration. My app connects to a Java Web Service that does all the logic.
How do I go about storing the password and ...
0
votes
1answer
289 views
How do I send an Enterprise Activation email? Using EnableBlackBerryUserDispatcherAttributes?
This is regarding a Blackberry that is connected to a BES Server, and the Administration Web Service.
I need to enable and send an Enterprise Activation email, however I need to also set an ...
0
votes
1answer
600 views



