Questions tagged [easywsdl]

EasyWSDL is a WSDL client generator for different languages/plateforms

EasyWSDL is a paid WSDL client generator for Android, Java or Objective-C that "makes it easier" to consume SOAP based web services.

3 questions
1
vote
0 answers

Errors building .apk with easywsdl generated code and ksoap2

I am getting the following error when trying to build an .apk on to a phone using android studio: :app:transformResourcesWithMergeJavaResForDebug FAILED :app:transformResourcesWithMergeJavaResForDebug FAILED Error:Execution failed for task…
bph
  • 10,728
  • 15
  • 60
  • 135
0
votes
1 answer

Headers using EasyWsdl in Android Studio

I'm attempting to create an android app that makes a SOAP request. I've tried several different libraries (OkHTTP, kSoap2) to help me with this, and am currently trying to make classes generated through EasyWSDL work. I'm able to create and send the…
0
votes
1 answer

Why does easywsdl prepend each class with 3 random characters?

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