Closed rbeckman-nextgen closed 5 years ago
Added new "expanded format" options to the interop connectors. When enabled, arrays are always used even if only one property of a give name exists, and text values are always contained within the "$" property of a sub-object.
Imported Comment. Original Details: Author: narupley Created: 2019-09-17T08:50:51.000-0700
The interop connectors automatically convert XML to JSON. For example, an XML payload like this: `
Will be converted to:
{ "@xmlns" : "urn:ihe:iti:xds-b:2007", "DocumentRequest" : { "HomeCommunityId" : "urn:oid:2.16.840.1.113883.3.1970.1", "RepositoryUniqueId" : "2.16.840.1.113883.3.1970.1", "DocumentUniqueId" : "2.16.840.1.113883.3.1970.1^SOZyOX4vFREzOe4G" } }However, an XML payload like this, which differs by prefixing every element with a namespace: