LedgerJournal service update

This question is not answered

I have created the Journal entry throuh AIF service from external ASP.net application 

GeneralJournalServiceClient client = new GeneralJournalServiceClient();

client.create(context, journal);

I could not find a mathod for update.How can i update the Jounal entry throgh AIF? Please help?

All Replies
  • Dear all,

    I was able to get the update mthod by adding the method through AOT->Tools->AIF->updating service.

    Now i am getting the error when i call the update function.

     

    client.update(context,EntityLst, journal);

    'The AXd document does not support this action'. Please help.