I'm a fourth year student from Thailand. I have to
do project to grauate.My project is about web service using J2ME and i use "web
logic 7.0" is application server. I downloaded ksoap&kXML from your web
site. i don't know how to use ksoap and what parameter i should to pass
it I would like to know how this code work and what parameters
is.
transport = new HttpTransport( serviceUrl,
soapAction + "#" + methodName );
transport.debug =
true;
classMap = new
ClassMap();
classMap.prefixMap = new PrefixMap(
classMap.prefixMap, "air", serviceNamespace );
transport.setClassMap( classMap );
request = new SoapObject( serviceNamespace,
methodName );
request.addProperty( "arg0",
airportCodes[ choice ] );
result = transport.call(
request );
thank you very much