The integration needs of most B2B sites center on communicating order information from one system to another. For example, a business commerce site may need to submit orders to a fulfillment house, to a financial system for accounting purposes, or to a buy-side application such as Ariba PunchOut. For the Motorprise store, we created a scenario, SendOrderViaSOAP, to demonstrate this integration.

SendOrderViaSOAP listens for orders to be submitted. When they are, the order is serialized to an XML document and is then sent out over a SOAP request to a SOAP server. The SOAP server then writes the contents of the SOAP message to the Dynamo console.

 
loading table of contents...