0

I have been using the easywsdl Android Studio plugin to autogenerate ksoap2 code based on a wsdl.

Each time I generate the code, easywsdl prepends 3 random upper-case characters to the java class names.

Question is why?

bph
  • 10,728
  • 15
  • 60
  • 135

1 Answers1

1

These 3 random characters are added in Free account only. For premium, you can define a prefix for classes (or you can generate without any prefix).

Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
robocik
  • 101
  • 7
  • 20
  • so its an annoyance to encourage you to pay for the premium version - hey it works, i paid for the premium version.. – bph Jan 04 '17 at 11:43
  • 2
    Basically free account is to check if the generator works with your web service. So you pay only when you know that this tool works good. – robocik Jan 04 '17 at 12:23