1. Verify WSDL URI for AccountsReceivableServices under System administration > Setup > Service and Application Integration Framework > Inbound Ports 2. Add service reference in .Net project. 3. Add the below code to create customer payment journal. private void button1_Click( object sender, EventArgs e) { //Service declarations AccountReceivableServices. CallContext callContext = new AccountReceivableServices. CallContext (); AccountReceivableServices. CustPaymJournalServiceClient client...(read more)
↧