BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 06-03-2009, 04:27 PM   #1
AbATaRCL
New Member
 
Join Date: Jun 2009
Model: 8820
PIN: N/A
Carrier: 987654321
Posts: 8
Lightbulb WebService with Ksoap2 help

Please Login to Remove!

PEOPLE.
this is connection is a webservice
I have a doubt in the point [ soapObject.addProperty("arg0", symbolField); ]
what argument put in "arg0"

WHAT'S WRONG WITH CODE?
would you mind let me hand please??
I already changed (h t t p: / / NAMESPACE/","getMail") for my server and also the HttpTransport

helpme please!!!
pd: sorry my english xD
try
{
SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11);


SoapObject soapObject = new SoapObject("h t t p: / /NAMESPACE/","getMail");


soapObject.addProperty("arg0", symbolField);


envelope.setOutputSoapObject(soapObject);


HttpTransport transport = new HttpTransport("h t t p: / /IP:PORT/ws_blackberry/UsuarioWebFacade");

transport.call("getMail", envelope);

SoapObject response = (SoapObject) envelope.getResponse();
System.out.println(envelope.getResponse().toString ());

}catch (Exception e){
System.out.println("Error: "+e.getMessage());
}
Offline  
Old 06-04-2009, 04:33 PM   #2
AbATaRCL
New Member
 
Join Date: Jun 2009
Model: 8820
PIN: N/A
Carrier: 987654321
Posts: 8
Default

any reply please!
Offline  
Old 06-08-2009, 09:28 AM   #3
athma
New Member
 
Join Date: Apr 2009
Model: 8300
PIN: N/A
Carrier: AT&T
Posts: 5
Default

Quote:
Originally Posted by AbATaRCL View Post
PEOPLE.
this is connection is a webservice
I have a doubt in the point [ soapObject.addProperty("arg0", symbolField); ]
what argument put in "arg0"
Hi abat..

I'm also a beginner in BB and using KSoap. But I figured out the very basics of making a webservice call using ksoap2. Still struggling with complex data types. If you dig this forum a little bit you can find some good postings regarding hot to setup ksoap2 and how to use/make simple webservice calls and stuff.

But as far as I learned, when it comes to 'complex data types' be it a parameter or return value, you won't find any help in these forums. Trust me I mean it. The only thing you find is that some beginner (like me!) throwing suggestions like "may be you could read documentations, may be you could do this...". Half backed bunch of ...

Anyways, to answer to your question the "arg0" in the 'addProperty' is that the parameter name of the argument you want to use.

This you can find in the .wsdl. For example say you have a webservice method which concatenates (merges) given 2 names (strings) like this:

- <element name="concatenateElement">
- <complexType>
- <sequence>
<element name="first" type="string" nillable="true" />
<element name="last" type="string" nillable="true" />
</sequence>
</complexType>
</element>

the 'addProperty' for this would be like:

addProperty("first", "James");
addProperty("last", "Bond");

I hope this clears some things for you.

Athma.
Offline  
Old 06-08-2009, 04:37 PM   #4
AbATaRCL
New Member
 
Join Date: Jun 2009
Model: 8820
PIN: N/A
Carrier: 987654321
Posts: 8
Default

thanks athma!

XML don't had problems!

anyway thanks for reply!


I already fixed code :D, however the code never was bug
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


Dec/Adac Corp. D4-10390 Rev 6 Model 1664ATTL Output Pulse Board 1983 (B16) picture

Dec/Adac Corp. D4-10390 Rev 6 Model 1664ATTL Output Pulse Board 1983 (B16)

$189.99



Original New DEC Digital DCJ11-AE 57-19400-09 Vintage CPU x 1pc picture

Original New DEC Digital DCJ11-AE 57-19400-09 Vintage CPU x 1pc

$100.00



DEC DIGITAL VINTAGE RA8X Control Panel picture

DEC DIGITAL VINTAGE RA8X Control Panel

$30.00



Vintage Gray Metal MCM Industrial File Box w/Weis Jan-Dec and Daily Cards w/Tab  picture

Vintage Gray Metal MCM Industrial File Box w/Weis Jan-Dec and Daily Cards w/Tab

$14.75



VINTAGE Bruker Board DEC W4P3042 for SpectroSpin 250 picture

VINTAGE Bruker Board DEC W4P3042 for SpectroSpin 250

$99.99



HSS 12pcs Valve Seat & Face Cutter 45dec 30dec 20dec for Vintage Car, Bikes ,Jee picture

HSS 12pcs Valve Seat & Face Cutter 45dec 30dec 20dec for Vintage Car, Bikes ,Jee

$235.94







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