CRS Conversion V3 Trajectory station and Convert GeoJSON endpoint not working in Azure and IBM R3M22 pre-ship environments

https://osdu-ship.msft-osdu-test.org/api/crs/converter/v3/convertTrajectory

Convert trajectory stations { "trajectoryCRS": "opendes:reference-data--CoordinateReferenceSystem:BoundProjected:EPSG::23032_EPSG::1612:", "azimuthReference": "TN", "unitZ": "opendes:reference-data--UnitOfMeasure:m:", "referencePoint": { "x": 400000, "y": 6500000, "z": 0 }, "inputKind": "MD_Incl_Azim", "interpolate": true, "inputStations": [ { "md": 1000, "azimuth": 100, "inclination": 10 }, { "md": 2000, "azimuth": 200, "inclination": 200 } ], "method": "AzimuthalEquidistant" }

Response 500 Internal Server Error

Convert a GeoJSON or AnyCrsGeoJson structure https://osdu-ship.msft-osdu-test.org/api/crs/converter/v3/convertGeoJson { "toCRS": "opendes:reference-data--CoordinateReferenceSystem:Geographic2D:EPSG::4326:", "toUnitZ": "opendes:reference-data--UnitOfMeasure:m:", "featureCollection": { "features": [ { "geometry": { "coordinates": [ 313405.9477893702, 6544797.620047403, 6.561679790026246 ], "bbox": null, "type": "AnyCrsPoint" }, "bbox": null, "properties": {}, "type": "AnyCrsFeature" } ], "bbox": null, "properties": {}, "CoordinateReferenceSystemID": "opendes:reference-data--CoordinateReferenceSystem:BoundProjected:EPSG::23032_EPSG::1612:", "VerticalUnitID": "opendes:reference-data--UnitOfMeasure:m:", "type": "AnyCrsFeatureCollection" } }

Response 500 Internal Server Error

@chad @davidglass @vikasrana @Srinivasan_Narayanan