Hi Everyone,
I am currently encountering an issue when trying to test a change in an existing standard AIF service class (PricePriceDiscJournalService)
The requirement is to add the service operation "read", "update", "find". In standard, it's only "create" that is initially available on this standard service.
I add this service operations via wizard in Tools>AIF>Update document service. Performed the usual post steps (Compile the project, compile forward the classes, perform full CIL, restart AOS, add the operation in PricePriceDiscJournalService service, and register/refresh) I am testing it using File system adapter and then run a job to trigger the AIF and I was getting an error " The request failed with the following error: Price discount journal outbound is not supported."
Can anyone help me on this please? Is this some kind of limitation on this standard AIF that I can't use this standard operations on PricePriceDiscJournalService AIF? or did I just missed some steps here?
Appreciate your help on this. Thanks in advance.
XML file I used
Job script that I am using to trigger AIF to test