careldegoede / android-ws-client

Automatically exported from code.google.com/p/android-ws-client
0 stars 0 forks source link

No client stub java created #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Unarchive androidWSClientGenDist-1.2.0
2. Run runJinoutsUI.bat
3. Supply wsdl url from localhost server
4. Select a folder for client stub
5. Use CFX 2.6.2 bin directory for CFX Bin dir
6. Generate Stub

What is the expected output? What do you see instead?
Client stub java code and jars in andr-lib, I only see andr-lib and no client 
stub java code. 

What version of the product are you using? On what operating system?
1.2.0 on Windows 7 Ultimate

Please provide any additional information below.

The wsdl does define a single method which returns a string.

Original issue reported on code.google.com by dragonlu...@gmail.com on 4 Sep 2012 at 11:10

GoogleCodeExporter commented 8 years ago
I had the same error. However, I solved it.
I didn't my the JAVA_HOME in the system vars. After add it, it worked 
perfectly. Great project Asraful!!

Original comment by saulhidalgoaular@gmail.com on 17 Oct 2012 at 5:47