04-21-2011, 01:32 AM
|
#1 (permalink)
|
| Knows Where the Search Button Is
Join Date: Mar 2011 Location: India Model: 9700 PIN: N/A Carrier: Airtel
Posts: 30
Post Thanks: 3 Thanked 0 Times in 0 Posts
| Connect Web Services Please Login to Remove! Hi Everyone,
iam new in blackberry developement i want to connect my app with weather web services.thats why i create a stub with sun wireless toolkit and add in my project and call that web service but service not responding me.....please tell me how can i connect my app with web services
Thanks in advance
code:
TestWebServiceSoap_Stub service = new TestWebServiceSoap_Stub();
String message = service.echoName("Kevin");
System.out.println("RESULT"+message); |
| Offline
| |