[android-developers] Re: Help needed -- There is no linked app associated with this client ID.

2014-02-15 Thread Robert Auger
I have the same problem. I don't understand how to register 2 client ID (one for debug and one for production) in the Games services console. If the answer is known, please let me know. Le dimanche 27 octobre 2013 10:50:48 UTC+1, FReDD a écrit : > > Hi all, > > I'm becoming crazy with this one. I

[android-developers] Re: help needed.......

2013-08-03 Thread Lew
ramesh babu wrote: > suggest me a project in android [sic] which is not application > oriented??and it may be a ieee [sic] journal paper of 2013 > - What possibly could you mean by "not application oriented"? Isn't anything you do on a computer an "application" by definition? - Shou

[android-developers] Re: help needed for raw developer like me

2013-04-24 Thread Piren
> > . Is there any book or web site of collections of all classes and methods > well explained, > really?? http://developer.android.com/develop/index.html On Thursday, April 18, 2013 6:51:11 AM UTC+3, Arun Karkare wrote: > > Hello dear expert programmers! > I am extremely new and very raw to A

Re: [android-developers] Re: help needed

2013-03-16 Thread ramesh babu
s i have installed it -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

Re: [android-developers] Re: help needed

2013-03-16 Thread Tamilarasi Sivaraj
have you install the Google play service from the sdk? On Saturday, March 16, 2013 4:10:28 PM UTC+5:30, ramesh babu wrote: > > yes,i have those lines in manifest file,but i can't import those files > in my application and the coding are > > > Manifest file:- > > http://schemas.android.com/apk

Re: [android-developers] Re: help needed

2013-03-16 Thread ramesh babu
yes,i have those lines in manifest file,but i can't import those files in my application and the coding are Manifest file:- http://schemas.android.com/apk/res/android"; package="com.ramesh.map" android:versionCode="1" android:versionName="1.0" >

Re: [android-developers] Re: help needed

2013-03-16 Thread Tamilarasi Sivaraj
have you put this ** line into your manifest file. Regards Android developer Trinay Technology Solutions www.trinaytech.com 5705750475 On Saturday, March 16, 2013 3:20:30 PM UTC+5:30, ramesh babu wrote: > > thank u jason&tamilarasi sivaraj,and here is another problem while > developing apps,tha

Re: [android-developers] Re: help needed

2013-03-16 Thread ramesh babu
thank u jason&tamilarasi sivaraj,and here is another problem while developing apps,that is i can't import the packages in the program import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.MapFragment; -- -- You received this message because you are subscribed to the

[android-developers] Re: help needed

2013-03-16 Thread Tamilarasi Sivaraj
you need *MD5 Finger Print key* for developing Google map application.. Regards Android developer Trinay Technology Solutions www.trinaytech.com 5705750475 On Saturday, March 16, 2013 11:11:25 AM UTC+5:30, ramesh babu wrote: > > for developing google map application why do we required sha1 key??

[android-developers] Re: help needed

2013-03-16 Thread Jason
You need a google maps key because access to the google maps API is rate limited. On Friday, March 15, 2013 10:41:25 PM UTC-7, ramesh babu wrote: > > for developing google map application why do we required sha1 key??... > -- -- You received this message because you are subscribed to the Goog

Re: [android-developers] Re: help needed

2013-03-10 Thread ramesh babu
thank u bob. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Re: help needed

2013-03-08 Thread bob
Here is an example of how to use the TimePickerDialog: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); * TimePickerDialog dialog = new TimePickerDialog(this, null, 0, 0, false);* * dialog.show();* } Thanks.

Re: [android-developers] Re: Help needed

2013-03-05 Thread ramesh babu
thanks naresh bro -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

Re: [android-developers] Re: Help needed

2013-03-05 Thread naresh pedagani
Hi , findViewById() method is used to get the object of the view. *example*: *main.xml* contain one button i want to provide the action for this button, so we need to create the object in the java file by passing id. *MainActivity .java* public class MainActivity extends Activity { pro

Re: [android-developers] Re: Help needed

2013-03-05 Thread ramesh babu
for what purpose findViewById is used -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@

Re: [android-developers] Re: Help needed

2013-03-05 Thread ramesh babu
thanks bro's problem has been recovered -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubs

Re: [android-developers] Re: Help needed

2013-03-05 Thread naresh pedagani
Hi, remove the code like android:text='@string/action_settings in xml file and clean the project.then add the code android:text='@string/action_settings, then it will work.it happens some time if R.java file is not updated. Thanks&Regards, Naresh On Tue, Mar 5, 2013 at 5:15 PM, Gabriel Augusto wr

[android-developers] Re: Help needed

2013-03-05 Thread Gabriel Augusto
Check strings.xml in 'values' folder Em terça-feira, 5 de março de 2013 07h40min20s UTC-3, ramesh babu escreveu: > > hi frnds, >i am just start learning about android,while i am > developing a simple app i got stuck with these error: Error: No > resource found that matches the given

[android-developers] Re: Help Needed: Cannot Setup Android Source

2012-05-15 Thread bsquared
Thank you. I appreciate the clarification. Regards, Brian On May 15, 10:39 am, Justin Anderson wrote: > This forum is for questions about developing android apps with the SDK > Your question should be asked elsewhere, like one of the groups on this > page:http://source.android.com/community

[android-developers] Re: Help needed with GPS/TTS app

2011-12-08 Thread gjs
Hi, You will probably want to use a Service ( with a PARTIAL WAKE LOCK ) rather than an Activity assuming you are not already. GPS will keep going ok, not sure about TTS in a Service. Regards On Dec 8, 8:41 am, gotok wrote: > First of all, I am very much a beginner working on my first app, and

[android-developers] Re: Help needed to troubleshoot code

2011-10-26 Thread Studio LFP
Couple of things here... 1. You are calling run() on the thread, not the one you have defined in your activity. 2. You don't want to call run() on the thread, you want to call start(). 3. You either need to create a Runnable to post to the thread or you need to extend Thread and insert your own

[android-developers] Re: Help needed to troubleshoot code

2011-10-26 Thread naman
Can someone help me out please ... I have tried everything but am unable to run the thread in the code posted at this question... Thanks On Mon, Oct 24, 2011 at 1:48 AM, naman wrote: > Hello all, > > I am trying to build an app for android and am having issues with HTTP > authentication I

[android-developers] Re: Help needed on BUtton CLick

2011-09-06 Thread DangerDaku
In your screen1.xml file, add android:layout_marginTop="5dp", android:layout_marginBottom="5dp" .. etc for top, bottom, left and right spacing. This is added as an attribute to ur Button tag. so you can have somthing like to have 5dp space on top of your button. Try it =) On Sep 5, 2:57 am, s

[android-developers] Re: Help needed on BUtton CLick

2011-09-06 Thread DangerDaku
Try android:layout_marginRight="5dp" attribute in ur xml file to get spacing on the right of the button. So somthing lik On Sep 5, 2:57 am, sam wrote: > I got it fixed Ratheesh , i had a mistake in ma manifest file .. > > Can u please guide me how to set the space between the buttons ??? > >

Re: [android-developers] Re: Help needed on BUtton CLick

2011-09-05 Thread zheng wu
set the margin property of buttoneg:android:layout_margin='' 2011/9/5 sam > I got it fixed Ratheesh , i had a mistake in ma manifest file .. > > Can u please guide me how to set the space between the buttons ??? > > Regards, > Sam > > On Sep 5, 11:53 am, Ratheesh Valamchuzhy wrote: > > hi S

[android-developers] Re: Help needed on BUtton CLick

2011-09-05 Thread sam
I got it fixed Ratheesh , i had a mistake in ma manifest file .. Can u please guide me how to set the space between the buttons ??? Regards, Sam On Sep 5, 11:53 am, Ratheesh Valamchuzhy wrote: > hi SAM > > public void onClick(View v) >        { >                switch(v.getId()) >              

Re: [android-developers] Re: Help needed on BUtton CLick

2011-09-04 Thread Ratheesh Valamchuzhy
hi SAM public void onClick(View v) { switch(v.getId()) { case R.id.button1: startActivity(new Intent(Screen1.this,Screen2. class)); break; case R.id.button3:

[android-developers] Re: Help needed on BUtton CLick

2011-09-04 Thread sam
Hi Michael , i was able to create two screen using Intent but i'm having a problem I have Screen1,Screen2,Screen3 In Screen1 i have two button, were clicking the button1 will take to the second screen and clicking the button2 will take to the third screen. When i click on the first button it ta

Re: [android-developers] Re: Help needed for dealing with NullPointerException when calling functions on a service just after binding it

2011-07-22 Thread rich friedel
I solved a similar issue by broadcasting that my service is actually active and running and then if my activity is active it receives that broadcast and does what it needs to do. This way the Activity always "knows" when the service is active. The onBind is not applicable to my situation as my

Re: [android-developers] Re: Help needed for dealing with NullPointerException when calling functions on a service just after binding it

2011-07-22 Thread Mark Murphy
On Fri, Jul 22, 2011 at 4:35 AM, Animesh Sinha wrote: > You are right in saying that android requires developers to write an > event-driven code and that effort needs to be put for designing the > whole chain of events. > > But for the following case as shown below, I don't think one can get > rid

[android-developers] Re: Help needed for dealing with NullPointerException when calling functions on a service just after binding it

2011-07-22 Thread Animesh Sinha
Thanks Chris for replying. You are right in saying that android requires developers to write an event-driven code and that effort needs to be put for designing the whole chain of events. But for the following case as shown below, I don't think one can get rid of the NullPointerException thrown in

[android-developers] Re: Help needed for dealing with NullPointerException when calling functions on a service just after binding it

2011-07-22 Thread gjs
Hi, You can just start the service via an intent and also pass details about the function(s) you want executed, but you won't get anything returned from the function(s) invoked in the service being sent back to the activity directly, you will have to use the usual interfaces otherwise. Regards O

[android-developers] Re: Help needed for dealing with NullPointerException when calling functions on a service just after binding it

2011-07-21 Thread Chris Stratton
On Thursday, July 21, 2011 1:26:54 AM UTC-4, Animesh Sinha wrote: > The issue is that I need to call the service methods as soon as it is > connected. > So, Is there any way by which I can execute the functions of service > JUST AFTER binding is complete ? > > It takes around 10-20ms for bindi

[android-developers] Re: Help needed for dealing with NullPointerException when calling functions on a service just after binding it

2011-07-21 Thread Animesh Sinha
Executing the function calls in onServiceConnected() method is not what is wanted as described in following case: There is a Service Wrapper class where the binding/unbinding is actually done. The MyServiceClient is an Activity class used for invoking some functions on the service using the Servic

[android-developers] Re: Help needed for dealing with NullPointerException when calling functions on a service just after binding it

2011-07-21 Thread Animesh Sinha
Executing the function calls in onServiceConnected() method is not what is wanted as described in following case: CODE SNIPPET class ServiceWrapperClass { private ISomeServiceInterface myService .. private ServiceConnection progressBarServiceCo

Re: [android-developers] Re: Help needed for dealing with NullPointerException when calling functions on a service just after binding it

2011-07-21 Thread Mark Murphy
On Thu, Jul 21, 2011 at 1:26 AM, animeshsi wrote: > The issue is that I need to call the service methods as soon as it is > connected. > So, Is there any way by which I can execute the functions of service > JUST AFTER binding is complete ? Execute those "functions" in onServiceConnected(). --

[android-developers] Re: Help needed for dealing with NullPointerException when calling functions on a service just after binding it

2011-07-20 Thread animeshsi
Thanks Mark for replying. The issue is that I need to call the service methods as soon as it is connected. So, Is there any way by which I can execute the functions of service JUST AFTER binding is complete ? It takes around 10-20ms for binding, I tried to make use Thread.sleep(30); but it delaye

Re: [android-developers] Re: Help needed on porting Flixel Framework to Android. Current issue: switch from canvas draw to opengl es

2011-05-02 Thread Leonardo Zimbres
Hello Mario, I saw you post on Flixel forum. Its good to hear from you. I do feel a little crippled because I dont know muchjava, and opengl is very new to me. First I will try to awser your questions. - How much of the original Flixel API should be covered? I dont know, but W. Eraser points ou

[android-developers] Re: Help needed on porting Flixel Framework to Android. Current issue: switch from canvas draw to opengl es

2011-04-28 Thread Mario Zechner
Neat, a Flixel Android port would indeed be a nice to have. I saw that the project is actually not an Actionscript 3 project but a Java based project. Might i suggest basing the Android Flixel port on libgdx [1]? Benefit: it would also run on the desktop (windows, linux, mac) and the nasty OpenGL E

[android-developers] Re: Help needed from someone with a Nexus S 2.3.2 system

2011-04-13 Thread Zsolt Vasvari
Thanks, guys. It wasn't a 2.3.2 issue, so I don't need the help any more. Thanks! On Apr 13, 9:48 pm, Jake Basile wrote: > By now most Nexus Ses (how do you pluralize that?) are going to be on 2.3.3. > They do have an unlocked loader, so you can downgrade to 2.3.2. I don't know > how off the to

[android-developers] Re: Help needed

2011-04-04 Thread Spiral123
I agree with TreKing: you have defined your problem so large that you will have to understand a huge amount of stuff just to get started. Decompose your problem into smaller steps, each with a meaningful goal. That way you can deliver something small, then improve on it and allow your understandi

[android-developers] Re: Help needed - Stopped by NoClassDefFoundError when using a java library - JmDNS

2011-02-18 Thread DanH
NoClassDefFoundError should tell you which class it didn't find. The reasons for "not found' are basically two: 1) The class really doesn't exist (in the exact package/name form shown in the message). 2) The class was found, but subsequently experienced a verification error. This generally occurs

Re: [android-developers] Re: Help needed for Context object: GPS implementation

2010-12-01 Thread TreKing
On Wed, Dec 1, 2010 at 8:28 AM, cool.manish wrote: > Now If I have moved to some other activity then will I be able to use same > GPS Listener which had been started from previous activity. > Just re-set your listeners in each activity as needed. > if context object has relation with applicati

[android-developers] Re: Help needed for Context object: GPS implementation

2010-12-01 Thread cool.manish
My query is as it that at the time of starting GPS listener, I am sending context from one activity. Now If I have moved to some other activity then will I be able to use same GPS Listener which had been started from previous activity. if context object has relation with application and not with a

[android-developers] Re: Help Needed Getting JSON to Jersey Web Service and Consuming it

2010-07-30 Thread JimBadger
Thanks very much Mr Gies, I'll digest this later and expand upon my requirements if still required. Cheers. On 30 July, 17:25, Brad Gies wrote: > To give you good advice, we probably need to know what your server end > is expecting, and what kind of security you need. > > It could be as simple a

Re: [android-developers] Re: Help needed with parsing some XML data !

2010-02-13 Thread Thierry Legras
Hi, I have a similar problem. I am parsing iso-8859-1 html page with a sax parser but having trouble to display it on _some_ devices (characters é è ... are replaced by random symbols). On some devide i have to use myString.getBytes("iso-8859-1") to display it correctly, and on some other devices,

[android-developers] Re: Help Needed With Some Layout - UI Problems

2010-02-09 Thread MobDev
well the idea of a tablelayout with just one row is that I want to place two items, one on the left side of the screen and one centered within the screen... so if you have any idea how to achieve this ? Or will a horizontal linearlayout fix that ? I am having a lot of trouble, I love the fact that

[android-developers] Re: Help Needed With Some Layout - UI Problems

2010-02-08 Thread Sekhar
It will work, make sure you have the orientation set to vertical for the LinearLayout. On Feb 8, 6:56 am, MobDev wrote: > Hi, > I'd like to create an UI existing out of the following elements : > > >     >         >             >             >         >     >     >       >           >      

[android-developers] Re: Help needed with parsing some XML data !

2010-02-04 Thread Bob Kerns
The problem is, I can't reproduce your problem. I don't know why you don't know how to see a stack trace in Eclipse, so I'm not quite sure how to tell you how. :=) * You should be in the Debug perspective. * Select the Breakpoints view in the Debug perspective. * Click on the little exclamation p

[android-developers] Re: Help needed with parsing some XML data !

2010-02-04 Thread MobDev
Well, to be honest your first idea was also mine :P So I already looked via Google but to be honest I haven't found that many clear discussions/ explanations... I also tried idea 2 and this is what I got : "Congratulations The document located at was successfully checked as well-fo

Re: [android-developers] Re: Help needed with parsing some XML data !

2010-02-04 Thread Frank Weiss
I have two ideas for you, Mobdev: 1) Google for "not well-formed (invalid token)" and see what other people have found regarding this error. 2) Go to validator.w3.org and see if the XML file in question is indeed valid or not. Please let us know what you find out. -- You received this message b

[android-developers] Re: Help needed with parsing some XML data !

2010-02-04 Thread MobDev
hehe, my bad I said Netbeans but I actually use Eclipse :P Still used to J2ME with NetBeans thats why I mixed up... Anyways, I do get the error (exception) which I already posted in one of my first posts : At line 40, column 23: not well-formed (invalid token) "They *MUST* be valid printing Unicod

[android-developers] Re: Help needed with parsing some XML data !

2010-02-03 Thread Bob Kerns
Yeah, that's not what I mean by a test case. See http://junit.org as a starting point. (The Android SDK includes some limited version of JUnit I don't recognize. It's adequate for this purpose, but the full, modern version is better. For non-device testing, you're not restricted to the supplied on

Re: [android-developers] Re: Help needed with parsing some XML data !

2010-02-03 Thread Frank Weiss
"Found attribute : Albanië instead of Albanié" This suggests you are displaying UTF-8 text (which is was logcat does) as Latin-1. To wit: ë = 0xC3 0xAB which are UTF-8 for Latin1 0xEB. However, é is 0xEB, not 0xAB, so there's something else afoot. Also note that when you see the rectangle with

[android-developers] Re: Help needed with parsing some XML data !

2010-02-03 Thread MobDev
well to begin with : thx for the expalanation :D I was wondering about your statement : "Try logging to a file. Or better yet, create test cases, and verify the correct operation of your code via test suite, rather than via log statements. " I already tried in a test case, which was to write the in

[android-developers] Re: Help needed with parsing some XML data !

2010-02-03 Thread MobDev
well to begin with : thx for the expalanation :D I was wondering about your statement : "Try logging to a file. Or better yet, create test cases, and verify the correct operation of your code via test suite, rather than via log statements. " I already tried in a test case, which was to write the in

[android-developers] Re: Help needed with parsing some XML data !

2010-02-03 Thread MobDev
well to begin with : thx for the expalanation :D I was wondering about your statement : "Try logging to a file. Or better yet, create test cases, and verify the correct operation of your code via test suite, rather than via log statements. " I already tried in a test case, which was to write the in

[android-developers] Re: Help needed with parsing some XML data !

2010-02-03 Thread Bob Kerns
Well, you found one way to get the encoding in there. A few more: InputSource.setEncoding("iso-8859-1") new InputStreamReader(stream, "iso-8859-1"); I'd argue that it should have gotten it from the ? -- I'm a bit surprised it didn't. But it's something I'd never rely on if I know the encoding. A

[android-developers] Re: Help needed with parsing some XML data !

2010-02-03 Thread MobDev
Btw I also have tried this instead : try { URL url = new URL("http://www.myserver.com/xmlstream";); URLConnection conn = url.openConnection(); InputStream is = conn.getInputStream(); Xml.parse(is, Xml.Encoding.ISO_8859_1, new ExampleHandler

[android-developers] Re: Help needed with parsing some XML data !

2010-02-03 Thread MobDev
Actually this is the code for the second approach : /* Create a URL we want to load some xml-data from. */ URL url = new URL("http://www.myserver.com/xmlstream";); /* Get a SAXParser from the SAXPArserFactory. */ SAXParserFactory spf = SAXParserFactory.newInstance(); SAXParser sp = spf.newSAXPars

[android-developers] Re: Help needed with parsing some XML data !

2010-02-02 Thread Bob Kerns
While I would expect your second approach to work, it's important to note that IT IS NOT REQUIRED TO WORK. The XML standard does not require XML processors to support anything other than UTF-8 or UTF-16. In this day and age, I would STRONGLY discourage use of anything other than UTF-8, or, rarely

Re: [android-developers] Re: help needed with project: preview image on a opengl texture

2009-12-14 Thread 李務誠
On Sat, Dec 12, 2009 at 6:28 AM, tdom...@googlemail.com < tdom...@googlemail.com> wrote: > couldn't fully test if it works. > but why do I have to call this method, what does it acutally do? > > I though it was needed if you want to directly let the camera draw on > an surface, like here: > > http

[android-developers] Re: help needed with project: preview image on a opengl texture

2009-12-11 Thread tdom...@googlemail.com
couldn't fully test if it works. but why do I have to call this method, what does it acutally do? I though it was needed if you want to directly let the camera draw on an surface, like here: http://developer.android.com/guide/samples/ApiDemos/src/com/example/android/apis/graphics/CameraPreview.htm

[android-developers] Re: help needed with project: preview image on a opengl texture

2009-12-11 Thread tdom...@googlemail.com
>You need to call setPreviewDisplay in surfaceChanged. ok thanks I will try that later. >And the app shouldn't call setPreviewSize with arbitrary numbers because not >every device support 240x160. Use getPreviewSize in 1.6 or use >getSupportedPreviewSizes in 2.0. yeah I was going to do so as soon

Re: [android-developers] Re: help needed with project: preview image on a opengl texture

2009-12-10 Thread Stephen @ gmail.com
sorry for the distraction. I'm definitely not familiar with this issue. On Thu, Dec 10, 2009 at 2:10 PM, tdom...@googlemail.com < tdom...@googlemail.com> wrote: > The build number is: DRC83 > I'm using an T-mobile G1. > > >Also, I'm wondering, is it sufficient to exit the application to restore

[android-developers] Re: help needed with project: preview image on a opengl texture

2009-12-10 Thread tdom...@googlemail.com
The build number is: DRC83 I'm using an T-mobile G1. >Also, I'm wondering, is it sufficient to exit the application to restore the >device's normal behavior? Exiting the application works fine. If I restart the application sometimes it will work sometimes not... On 10 Dez., 22:54, "Stephen @ gmai

Re: [android-developers] Re: help needed with project: preview image on a opengl texture

2009-12-10 Thread Stephen @ gmail.com
On the physical device, in settings->about phone-> build_number., there's a long description there that more precisely identifies the revision of software being used. In the first software revision for Droid, for example, it will say ESD20 in the midst of that long string. Also, I'm wondering

[android-developers] Re: help needed with project: preview image on a opengl texture

2009-12-10 Thread tdom...@googlemail.com
I'm using Android 1.6. where do I get the revision from? On 10 Dez., 22:00, "Stephen @ gmail.com" wrote: > Could you please answer the following? > > What's your platform? (Eclair/Droid/Donuts/Magic ... etc) > Also, what revision of the software (e.g. ESD20)? > > Thanks! > > On Thu, Dec 10, 2009

[android-developers] Re: Help Needed : MediaRecorder error: java.io.IOException: prepare failed

2009-09-08 Thread preetam_pict
i sorry for the cross post but i am stuck ... :( in error logs i am seeing this please help me to resolve this ...! 09-08 12:30:26.174: ERROR/MediaPlayer(554): Unable to to create media player 09-08 12:30:26.183: ERROR/CameraService(554): Failed to load CameraService sounds. 09-08 12:30:26.

[android-developers] Re: help needed on webservice (ksoap2)

2008-10-17 Thread CJ
in wireshark, i did not find any traffic sent out to the service server. so, my guess is it did not get sent out at all. On Oct 17, 12:05 pm, "shailesh prakash" <[EMAIL PROTECTED]> wrote: > It works fine on mine service using java, hope php has similar > implementation. See this may be error due t

[android-developers] Re: help needed on webservice (ksoap2)

2008-10-17 Thread shailesh prakash
It works fine on mine service using java, hope php has similar implementation. See this may be error due to some semantic mistake. also check for wsdl with the browser. Those are some mistake I have done earlier. But I go with the original j2me jar. On that implement extra classes of ksoap2-androi