BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 04-23-2010, 02:00 AM   #1
karthikus
New Member
 
Join Date: Apr 2010
Model: 9630
PIN: N/A
Carrier: airtel
Posts: 8
Default Generate client stub for a web service

Please Login to Remove!

I have created a web service and is running in tomcat. I used ksoap2 to call the web service. Here s my code


HttpTransport ht = null;
SoapSerializationEnvelope envelope = null;


String serviceNamespace = "h t t p://temperature.com";
String soapMethod = "fahrenToCel";

String serviceUrl = "h t t p : //172.24.20.50:5050/ZSampleWebService/services/TempConverter";

String soapAction = "urn:CelTofahren";





try {


SoapObject ro = new SoapObject(serviceNamespace, soapMethod);

ro.addProperty("fah", "30");



envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11);

envelope.bodyOut = ro;

ht = new HttpTransport(serviceUrl);
ht.debug = true;

ht.call(null, envelope);

System.err.println("sucess resP:::" + ht.responseDump);
SoapObject result = (SoapObject) envelope.getResult();



} catch (SoapFault f) {
System.err.println(ht.requestDump);
System.err.println(ht.responseDump);
System.err.println(f.faultstring);

} catch (Exception e) {
System.err.println(" excep::req::" + ht.requestDump);
System.err.println(" excep:resp:" + ht.responseDump);
// System.err.println( e.faultstring );

}



I can get the response in xml format.

NOW HERES MY TASK.

I need to create a client stub that ll process the soap response and give me the required result alone. How i could do this. Any one help !!!
Offline  
Old 04-26-2010, 12:57 AM   #2
karthikus
New Member
 
Join Date: Apr 2010
Model: 9630
PIN: N/A
Carrier: airtel
Posts: 8
Default

Thanks all ! I figured it out myself. I used Sun java wireless toolkit to generate the stub for my web service . Its very easy to use. TRY it .. Thanks...
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


Blackberry Advertising Banner Vinyl Mesh Sign Fruit Vegetable Berry Farm Fresh picture

Blackberry Advertising Banner Vinyl Mesh Sign Fruit Vegetable Berry Farm Fresh

$179.95



Blackberries Advertising Vinyl Banner Flag Sign Many Sizes Available USA picture

Blackberries Advertising Vinyl Banner Flag Sign Many Sizes Available USA

$174.84



FARM FRESH BLACKBERRIES CLEARANCE BANNER Advertising Vinyl Flag Sign AAA picture

FARM FRESH BLACKBERRIES CLEARANCE BANNER Advertising Vinyl Flag Sign AAA

$174.84



BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL picture

BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL

$147.47



BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL V2 picture

BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL V2

$87.83



BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL V3 picture

BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL V3

$96.93







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