BlackBerryForums.com : Your Number One BlackBerry Community
     

»Sponsored Links


BlackBerryApps.com Best Sellers



Closed Thread
 
LinkBack Thread Tools
  (#1 (permalink)) Old
pololalo Offline
New Member
 
Posts: 9
Join Date: Apr 2009
Model: 7100T
PIN: N/A
Carrier: develloper
Exclamation Web service - 04-23-2009, 03:25 AM

How can I connect to a web service httpconnrxion, and how to use a class of web service
help me
   
Sponsored Links
Please Login or Register to Remove these Advertisements!

  (#2 (permalink)) Old
pololalo Offline
New Member
 
Posts: 9
Join Date: Apr 2009
Model: 7100T
PIN: N/A
Carrier: develloper
Default 04-23-2009, 09:41 AM

plz help im loking for example for connexion of bb with web service
   
  (#3 (permalink)) Old
Dougsg38p Offline
CrackBerry Addict
 
Posts: 813
Join Date: Mar 2008
Location: Austin, TX
Model: 8320
PIN: N/A
Carrier: T-Mobile
Default 04-23-2009, 12:48 PM

Search the forum for KSOAP - you wil find several threads on the subject.
   
  (#4 (permalink)) Old
pololalo Offline
New Member
 
Posts: 9
Join Date: Apr 2009
Model: 7100T
PIN: N/A
Carrier: develloper
Question 04-23-2009, 08:00 PM

good,,
I have yet 2 problems
I want to get connected to a web service that contains a simple class that calculates the sum of two numbers by a method calculate (int a, int b) with two arguments
I had sent by the soap.
Here is the code I used:
if you see any errors please let me specify.
Code:
try {
								
	    	  				int a=1;int b=2;
	    	  				SoapObject request = new SoapObject(url, "add");
	    	  				HttpTransport ht = new HttpTransport(url);
	    	  				request.setProperty(a, "PARAMETER_ID");
	    	  				request.setProperty(b, "PARAMETER_ID");
	    	  				
	    	  				SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11);
	    	  				envelope.setOutputSoapObject(request);
	    	  				ht.call("", envelope);	
	    	  				
	    	  				SoapObject result = (SoapObject)envelope.getResponse();
	    	  				Object x=result.getProperty("");
	    	  				Dialog.alert("i am here in tray");
	    	    		  }
	    	    		  catch (Exception e) {
	    	  				Dialog.alert("i am here in catch"+ e.getMessage());
	    	  				}
The second thing is when I run the program I have an exception that says "error starting: httpd module soap j2me-core-2.1.2 not found"

so I'm stuck at this stage and I can solve the pad problems please help me or suggest another solution because I need to connect to web service and I made simple test but I can't
pleaz help
   
Closed Thread


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Copyright © 2004-2009 BlackBerryFAQ.com, BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of Research In Motion Limited.