The REST web service implemented via SOA ApplinX application responds with the payload in XML format. Do not see how to respond with JSON format. Is it ever possible ?
Error messages / full error message screenshot / log file:
N/A
Question related to a free trial, or to a production (customer) instance?
do you have access to the server.log from the wmIS that is hosting your REST services? There should be some more information about the error that the service returns as HTTP500 to the caller.
I think you’re using version 10.7 which has the previous WSS REST implementation, which is XML based.
Updating to the latest version would let you use the new implementation with JSON format…
I have recreate procedure group but have not notice the difference.
Also, when explicitly specifying Content-Type as application/xml the the fault: Stream closed takes place
What I’m talking about is a completely new REST implementation, you’re still trying to modify the old one - this will NOT work.
Please review the DOC section I sent earlier and use the NEW implementation of REST.
I am still very confused by this documentation as it seems very incomplete.
How to use the rest-API-config.json file to generate new REST implementation ?
And attempting to get token with connect session receive HTTP Status 415 – Unsupported Media Type