REST API plans?

v3ntus

Newbie
Joined
Jan 27, 2025
Messages
1
Reaction score
0
Are there any plans to provide a REST API over SOAP? Very few public APIs use SOAP, REST APIs and OpenAPI standards are now the industry standard.
 

blantonl

Founder and CEO
Staff member
Super Moderator
Joined
Dec 9, 2000
Messages
11,706
Reaction score
6,970
Location
Dallas, TX
Not right now. SOAP API is working great.

maybe in the future…
 

Unitrunker2

Member
Joined
Oct 28, 2017
Messages
330
Reaction score
264
Indeed it is.

When migrating from .NET Framework 4.81 to .NET 8.0, I did notice something strange. Some TrsSite elements were not downloading correctly. I made the following tweak to my copy of the SOAP schema to fix (see italics):

<xsd:element name="zoneNumber" type="xsd:int" default="0" />
<xsd:element name="zoneDescr" type="xsd:string" default="" />

I have no idea why this was fine before but broke on newer libraries. It was easy enough to work around.
 
Top