address validation

kfiggins

Active Member
Basically, run genJava or genCom to generate
Java or Com wrappers for Addressbook modules
(B0100031), and then call getEffectiveAddress()
interface to validate the address book number. DCOM
server will support threading; for Java, they can
deploy the Java wrappers and Java connector to a
multi-threaded environment such as servlet in Web
Server. OneWorld Xe should have some interop examples
shipped, one of them is AddressBook example.
 
Back
Top