BlackBerry Forums Support Community
              

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

Please Login to Remove!

How can I connect to a web service httpconnrxion, and how to use a class of web service
help me
Offline  
Old 04-23-2009, 08:41 AM   #2
pololalo
New Member
 
Join Date: Apr 2009
Model: 7100T
PIN: N/A
Carrier: develloper
Posts: 9
Default

plz help im loking for example for connexion of bb with web service
Offline  
Old 04-23-2009, 11:48 AM   #3
Dougsg38p
BlackBerry Extraordinaire
 
Join Date: Mar 2008
Location: Austin, TX
Model: 9700
PIN: N/A
Carrier: T-Mobile
Posts: 1,644
Default

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

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
Offline  
Closed Thread



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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


EMC2 HPE-S HPES Server picture

EMC2 HPE-S HPES Server

$465.00



DIGI EtherLite 160 16-Port Terminal Server,PN: (1P)50000986-01 P picture

DIGI EtherLite 160 16-Port Terminal Server,PN: (1P)50000986-01 P

$260.00



Avtron SLS-10 Server Load Simulator Generator - 2 Channels - 10 kW - Tested ✔️⚡ picture

Avtron SLS-10 Server Load Simulator Generator - 2 Channels - 10 kW - Tested ✔️⚡

$799.00



Server - 92020 - Double Dip Server picture

Server - 92020 - Double Dip Server

$348.84



Intel Server Board S3210SH picture

Intel Server Board S3210SH

$149.98



Canon imagePRESS Server B5100 picture

Canon imagePRESS Server B5100

$1199.00







Copyright 2004-2016 BlackBerryForums.com.
The names RIM and BlackBerry are registered Trademarks of BlackBerry Inc.