Resolved! AXL Services C#, Facing issue while fetching the data using GetLine(),"Item not found : Line does not Exist"
AXL service invoke for getLine()public async Task<getLineResponse> GetLine(string lineUuid){ItemsChoiceType60[] itemsElementsName = { ItemsChoiceType60.uuid };return await client.getLineAsync(new GetLineReq(){Items = new object[] { lineUuid },ItemsE...