Explanation of Callouts

The integration flow that retrieves a geocode for a single address in real-time includes the following steps:

  1. The Business Process Execution Language (BPEL) process transforms an input address to fit the specifications that the M1-GeocodeAddress ORS Web service operation requires.

  2. The BPEL flow calls the ORS Web service and then receives the reply. The reply can contain zero, one, or more geocodes depending on the granularity and accuracy of the address.

  3. The BPEL flow sends the geocodes it receives as a reply to the Web service call. The BPEL flow does not attempt to directly update the Siebel database record with the geocodes.

This integration uses the RealtimeSingleAddressGeoCoding project to retrieve a geocode for a single address in real-time.