IS there any functionality in the Java SDK that allows for interactions on a REST? For instance, I am trying to access the attachments on a published service or just pull general information about the table or layer.
I found that there is MapServerBindingStub but those functions appear to be for SOAP only. Currently I am doing this through custom code by getting JSON requests and parsing those, which is fine, but I want to make sure I am not missing anything in the API that I could be using instead to make things easier.