swagger-api/swagger-codegen
View on GitHubWhich client language support XML payload (response)?
Open
#5646 opened on May 15, 2017
Client: JavaEnhancement: FeatureGeneral: Questionhelp wanted
Description
As the title say Which client language support XML payload (response)? i'm trying with the java client but i'm getting
io.swagger.client.ApiException: Content type "application/xml" is not supported for type: class io.swagger.client.model.Collection
at io.swagger.client.ApiClient.deserialize(ApiClient.java:850)
at io.swagger.client.ApiClient.handleResponse(ApiClient.java:1045)
at io.swagger.client.ApiClient.execute(ApiClient.java:972)
at io.swagger.client.api.CatalogApi.restfulShoppingTagsGetWithHttpInfo(CatalogApi.java:304)
at io.swagger.client.api.CatalogApi.restfulShoppingTagsGet(CatalogApi.java:289)
at io.swagger.client.api.TestCall.main(TestCall.java:29)