For 122 Server
- NAV properties should have 122 IP
- application.properties DB Should be on 122
- NavPurchaseOrderLinesService: Change last query item to PurchaseLinesList JsonNode poLine = jsonNode.path("Soap:Envelope").path("Soap:Body") .path("ReadMultiple_Result").path("ReadMultiple_Result").path("PurchaseLinesList");
For Client Server
- NAV Properties should have 0.2 IP
- application.properties DB should be of Client machine
- NavPurchaseOrderLinesService: Change last query item to PurchaseOrderLines JsonNode poLine = jsonNode.path("Soap:Envelope").path("Soap:Body") .path("ReadMultiple_Result").path("ReadMultiple_Result").path("PurchaseOrderLines");