Yes, it is possible but needs the knowledge of the system. I am no expert but my thought is you can do it similar to how order confirmation mails are sent. Similar to this you can send async web services request on status change of a order. You can look at the CheckOutEvents.java, CheckoutHelper.java to start with.

Thanks,

Raj
Chandrakanth S. wrote:
Thanks Raj

I understand that it is not an easy task integrating order processing module
into OFBiz.
I have the web-service calls (APIs) to do the order processing/fulfillment
with Amazon.
That works great. I need to call those APIs from within the OFBiz checkout.

Most of the stuffs inside are with XML files. Very difficult to understand
and to get started.
I went through the documentation and video demos. I understand the
framework. But, when
I look at the code (project folder), it looks very complicated

I am sure that I can do it if I spend sometime with it. Unfortunately, I
don't have so much
time. But anyways, let me give it a try.


Thanks
Chandrakanth S


On Wed, Apr 30, 2008 at 11:54 AM, Raj Saini <[EMAIL PROTECTED]> wrote:

Chandrakanth,

Ofbiz is very big and complex enterprise application suite and framework
for application development. I don't it would be easier for anyone to
understand it without going through the basics. I would suggest you to start
with Ofbiz documentation available at wiki and Training video (courtesy
Hotwax media) available elsewhere on wiki site.

There are plenty of payment processor integration examples as OOTB ofbiz
comes with Authorize.net, CyberSource implmentation to name a few. Look into
the Accounting model for source code and services. if your payment processor
is not implemented it should not be very difficult to integrate by following
with existing implementations.

For integrating your order processing with external system, you will need
to understand the framework as well as order management application. There
are Google and eBay integration components in spacialpurpose folder. May
looking at the source code there can help you.

Thanks,

Raj

Chandrakanth S. wrote:

Hello All -
I am a newbie to OFBiz. I have it setup in my windows machine.

I have the following basic requirement for the application, that I am
currently
working on, which will be built on OFBiz,

1.   When an order is placed (check-out), *(i)* Do the payment
processing
(*I have the
    APIs for payment processing*) and *(ii)* Place the order for
fulfillment (*I have
    the APIs for placing the fulfillment request with Amazon*)
2.   When the customer logs in and checks the order status, I need to
inquire the
    order fulfillment status from fulfillment center (*I have the
APIs*)
and display
    the same

I am looking for some pointers on, which part of the code I should be
looking into,
to have the above functionalities in place. I appreciate any help on
this.
I am
sorry if this was asked before.


Thanks
Chandrakanth S






Reply via email to