-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
I would like to see proper XML support for:
- Receiving requests
- Sending requests body
- Sending requests result
Right now we can't parse this data because the REST services module expects JSON on all occasions. Simply using the SOAP functionality isn't an option since the web-service is a REST service and doesn't work with all the SOAP overhead in the XML messages.
For the short term solution, I implemented the org.JSON XML to JSON conversion option but this doesn't work really nice in all of the situations.
Metadata
Metadata
Assignees
Labels
No labels