I’m getting an error with POST’ing to:
/json/reply/Store<ClassName>
but not when I change the URL to
/<ClassName>
Your JsonServiceClient class apparently uses the /json/reply URL
Why would there be a difference in the backend when these 2 URL’s are used?