I have some java classes which were generated using axis wsdl2java. I want to use those classes to be returned in Json format, but i keep getting various error, such as cannot convert Incident Object to HttpResponse try to make it writable.
When tried using Writable it asks me to check if it have apply method.
Is there any swift way i can use java classes as is, without going through hassle of making it case classes.