Hi All,

I have a basic question about the org.ofbiz.entity.GenericValue complex java 
object.
I am implementing a RESTFul API layer as a component in the OFBiz. Here, I am 
exposing REST API to the external world and in turn I am trying to access the 
standard OFBiz web service in the layer code using Delegator and 
LocalDispatcher available in the web servlet context.
My question here is when I want to call OFBiz service like "aimCCAuth" in 
org.ofbiz.accounting.thirdparty.authorizedotnet.AIMPaymentServices, if we 
observe the IN Parameter list, there are 2 parameters (credit card and 
orderPaymentPreference) mandatory with org.ofbiz.entity.GenericValue type. I 
dont know how to create this object since I am on the client side but within 
the OFBiz package as a component under /hot-deploy folder.
Any light and help on this topic is greatly appreciated. I am stuck at this 
point.

Thanks & Regards,

Rohit

Reply via email to