the error message is saying that the method (org.ofbiz.service.DispatchContext, java.util.Map) does not exist in CheckoutCartBuilder.java.
That error is correct as org.ofbiz.service.DispactchContext and java.util.Map are generally paramaters for a method. Because Google Checkout is unaware of the OFBiz project, you are not going to be able to call Google java methods from a service. Your service will need to call custom code (java or minilang) that will handle the DispatchContext and Map and in turn call the Google Checkout methods from your new custom code. --- rohit2006 <[EMAIL PROTECTED]> wrote: > > Hi, i have bee trying to integrate google checkout > with ofbiz. I am getting > this error: > > Service invocation error > Exception: org.ofbiz.service.GenericServiceException > Message: Service method does not exist > (com.google.checkout.sample.protocol.CheckoutCartBuilder.(org.ofbiz.service.DispatchContext, > java.util.Map)) > > Can someone please help what exactly this means and > how to solve it. > > I am new JAVA itself, i am following the hello world > examples by Si Chen on > opentaps. I will appreciate if someone can guide me > with this. i will post > whatever code I am able to write for the community > to test and use. > > Thanks, > > rohit > > > > -- > View this message in context: > http://www.nabble.com/Service-invocation-error-tf2043791.html#a5626962 > Sent from the OFBiz - User forum at Nabble.com. > >
