I have a NAV page published as a webservice but the client .NET app can't update the Reference.cs file which contains definitions for all classes, enums, fields, etc from the webservice. In Visual Studio I tried updating the web references but still no help. For example there is the following enum definition in Reference.cs:
public enum WarehouseShipmentList_Fields {
/// <remarks/>
No,
/// <remarks/>
Location_Code,
....
}
At the bottom of the enum there should be the value:
/// <remarks/>
PickingType
... but it's not appearing, although when loading the page through the browser it shows the missing field (see the attached screenshots). Can you please help?
0
Answers