Hi
I am trying to use the AIF web service for PriceDiscountJournals from an external application written in .Net.
I have setup the webservice through System Integration -> Setup -> Services and Application Integration Framework -> Inbound ports. I have exposed the following service operations
PricePriceDiscJournalService.create
PricePriceDiscJournalService.getChangedKeys
PricePriceDiscJournalService.getKeys
I have downloaded the wsdl to a service reference and can access entities such as AxdEntity_PriceDiscAdmTrans.
Looking at this link https://community.dynamics.com/ax/f/33/t/127648 I should be able to access Trade Agreement properties of this entity (AccountCode Currency, Amount, etc) but these properties aren't available. The properties that are available are _DocumentHashField, RecId, RecIdSpecified, RecVersion, RecVersionspecified, InventDim, @class, Action, ActionSpecified)
Have I done something wrong in setting up the service as I don't have access to these properties? Or are these properties supposed to be developed by me as part of the partial class?
Any help is appreciated