Address Services

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Address Services

BJ Freeman
Currently there is only one service to validate Postal Addresses.
I am looking at expanding this but having a universal address validation
that can call different validating services, such as usps, based on
geocode, and services available.

This would allow those in other countries that have different postal
code formats to use different external or internal services.

I have something similar model implemented in my online DB environment.


The first layer is just to have a services that frame work that allows
for a single entry point with that looks up a parm for the country codes
covered and the service to call.  this is open for discussion.

it would pass the information included in the CONTACTMECH entity with
Type postaladdress.
the CONTACTMECH entity would be modified to store the expanded
information. how is open for discussion.

different from the current OUT information it would be expanded to show
an new data that provides more comprehensive address information.  if
this is of interest I will post the info in a jira.

This is something I am implementing, just thought I would see if anyone
had thoughts that might effect my coding.




Reply | Threaded
Open this post in threaded view
|

Re: Address Services

BJ Freeman
well so much for sounding like I know what I am talking about.
I meant expand the POSTADDRESS entitiy.


BJ Freeman sent the following on 7/21/2006 10:19 AM:

> Currently there is only one service to validate Postal Addresses.
> I am looking at expanding this but having a universal address validation
> that can call different validating services, such as usps, based on
> geocode, and services available.
>
> This would allow those in other countries that have different postal
> code formats to use different external or internal services.
>
> I have something similar model implemented in my online DB environment.
>
>
> The first layer is just to have a services that frame work that allows
> for a single entry point with that looks up a parm for the country codes
> covered and the service to call.  this is open for discussion.
>
> it would pass the information included in the CONTACTMECH entity with
> Type postaladdress.
> the CONTACTMECH entity would be modified to store the expanded
> information. how is open for discussion.
>
> different from the current OUT information it would be expanded to show
> an new data that provides more comprehensive address information.  if
> this is of interest I will post the info in a jira.
>
> This is something I am implementing, just thought I would see if anyone
> had thoughts that might effect my coding.
>
>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Address Services

BJ Freeman
http://issues.apache.org/jira/browse/OFBIZ-100


BJ Freeman sent the following on 7/21/2006 11:15 AM:

> well so much for sounding like I know what I am talking about.
> I meant expand the POSTADDRESS entitiy.
>
>
> BJ Freeman sent the following on 7/21/2006 10:19 AM:
>> Currently there is only one service to validate Postal Addresses.
>> I am looking at expanding this but having a universal address
>> validation that can call different validating services, such as usps,
>> based on geocode, and services available.
>>
>> This would allow those in other countries that have different postal
>> code formats to use different external or internal services.
>>
>> I have something similar model implemented in my online DB environment.
>>
>>
>> The first layer is just to have a services that frame work that allows
>> for a single entry point with that looks up a parm for the country
>> codes covered and the service to call.  this is open for discussion.
>>
>> it would pass the information included in the CONTACTMECH entity with
>> Type postaladdress.
>> the CONTACTMECH entity would be modified to store the expanded
>> information. how is open for discussion.
>>
>> different from the current OUT information it would be expanded to
>> show an new data that provides more comprehensive address
>> information.  if this is of interest I will post the info in a jira.
>>
>> This is something I am implementing, just thought I would see if
>> anyone had thoughts that might effect my coding.
>>
>>
>>
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Address Services

BJ Freeman
In reply to this post by BJ Freeman
I am ready to submit a patch but would like see if any input.


BJ Freeman sent the following on 7/21/2006 10:19 AM:

> Currently there is only one service to validate Postal Addresses.
> I am looking at expanding this but having a universal address validation
> that can call different validating services, such as usps, based on
> geocode, and services available.
>
> This would allow those in other countries that have different postal
> code formats to use different external or internal services.
>
> I have something similar model implemented in my online DB environment.
>
>
> The first layer is just to have a services that frame work that allows
> for a single entry point with that looks up a parm for the country codes
> covered and the service to call.  this is open for discussion.
>
> it would pass the information included in the CONTACTMECH entity with
> Type postaladdress.
> the CONTACTMECH entity would be modified to store the expanded
> information. how is open for discussion.
>
> different from the current OUT information it would be expanded to show
> an new data that provides more comprehensive address information.  if
> this is of interest I will post the info in a jira.
>
> This is something I am implementing, just thought I would see if anyone
> had thoughts that might effect my coding.
>
>
>
>
>