Re: [android-developers] Invoking a web service created in java

2012-06-01 Thread James Black
What kind of errors are you getting? It may be that you are missing a library, perhaps. On Fri, Jun 1, 2012 at 11:27 PM, Bunty wrote: > Hi all, > > I need to invoke a web service from android app. I have the wsdl file > of a web service created in java, i don't have the source code of the > sam

[android-developers] Invoking a web service created in java

2012-06-01 Thread Bunty
Hi all, I need to invoke a web service from android app. I have the wsdl file of a web service created in java, i don't have the source code of the same. In java, i use the "Generate Client" option to generate the files from a wsdl and then invoke the web service via my java app using Axis.jar.