I have created the Journal entry throuh AIF service from external ASP.net application
GeneralJournalServiceClient client = newGeneralJournalServiceClient();
client.create(context, journal);
I could not find a mathod for update.How can i update the Jounal entry throgh AIF? Please help?