Hi Jacques, Thanks a lot for the info. I also have this info on my local OFBiz instance. I am curious to know few things here. Let me take an example. If I want to call a service to do a credit card transaction lets say "aimCCAuth" - This takes in orderPaymentPreference as one of the parameters. I can still do the transactions successfully just by passing a dummy orderPaymentPreference instance with no info in it. However, the problem gets complicated when I want to call the "aimCCRefund" where the entire service is heavily dependent on orderPaymentPreference object because it retrieves the creditCard object from orderPaymentPreference object. In the "aimCCAuth" service I had not bothered to save the credit card information in the DB. Now I dont know from where I can supply this info to the "aimCCRefund" service.
My problem here is, how to identify these per-requisites when I am calling these services? In this case, the document should ideally inform the developer to save certain information when calling "aimCCAuth" service in order to satisfy "aimCCRefund" service requirement. Is there is a way to identify this in OFBiz for the developer? Please help. Thanks a lot in advance. Thanks & Regards, Rohit -- View this message in context: http://ofbiz.135035.n4.nabble.com/OFBiz-Service-Documentation-tp4634447p4634471.html Sent from the OFBiz - User mailing list archive at Nabble.com.
