@cjteam123 Would it be easier for us if we just interpreted the requests made to the server as JSON Strings? I've been playing around and using the Jackson library makes this pretty simple. As of now, I'm able to get the PUT requests working. Currently working on POST requests.
@cjteam123 Would it be easier for us if we just interpreted the requests made to the server as JSON Strings? I've been playing around and using the Jackson library makes this pretty simple. As of now, I'm able to get the PUT requests working. Currently working on POST requests.