robertb_NZ
Well-known member
REST services following the Swagger (Open UI) standard can supply a .json object describing the services. I can read this .json and deserialize it with JJavaScriptSerializer, and I can see from the .json that it contains the full description of the service and its message formats, either directly or indirectly.
What should I read to learn how to handle this, so that I can get the message formats etc that the service uses?
Thank you, Robert.
What should I read to learn how to handle this, so that I can get the message formats etc that the service uses?
Thank you, Robert.