[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

2333.0. "ALL-IN-1 Callable Interface for WPS-Plus/Message Router?" by EISYFI::ISLER () Thu Feb 25 1993 20:54

    Hello,
    
    How does the callable interface/APIs of ALL-IN-1 V3.0 exactly work?
    
    I have a customer who invokes ALL-IN-1 from a COBOL program to use the
    WPS-Plus file cabinet as well as E-mail functions both within a node as
    well as WAN via Message Router. Invoking the entire ALL-IN-1 image from
    another program is much more costly on system resources rather than a 
    callable interface to the file cabinet (WPS-Plus and e-mail) routines.
    They are trying to avoid invoking the entire ALL-IN-1 image to use
    less system resources.
    
    As far as I remember, ALL-IN-1 V3.0 has a callable interface. is this
    true? 
    
    Does this include e-mail routines, etc.so that messages can be
    delivered via Message Router off node? 
    
    Is the File Cabinet API this callable interface? (I don't have the 
    documentation to look at), or do you need other things, such as MRIF for 
    Message Router? 
    
    Yasemin
T.RTitleUserPersonal
Name
DateLines
2333.1Read the bookSIOG::T_REDMONDThoughts of an Idle MindFri Feb 26 1993 12:555
    Read the book: "Integrating Applications with ALL-IN-1 V3.0", part
    number EY-J850E-DP from Digital Press, authored by John Rhoton. Highly
    recommended.  You should get lots of ideas there.
    
    Tony
2333.2Until then ...EISYFI::ISLERFri Feb 26 1993 13:573
    In the mean time, how about a faster answer?
    
    yasemin
2333.3You can probably do it all with the FCSIOSG::SHOVEDave Shove -- REO2-G/M6Fri Feb 26 1993 15:3016
    The only "callable interface" we ship is the File Cab server API. You
    can probably do everything you want with it - apart from accessing
    documents in the file cab, you can also send mail (function
    OafcSendMail), receive mail (OafcGetNewMail) and even submit scripts to
    the script symbiont queue (OafcSubmitScript).
    
    What you can't do is access users' files such as their nicknames etc.
    As this is a straightforward RMS file, you may be able to find another
    way to access it if you need to. Users' Distribution Lists are of
    course documents in the filecab, so you can access those if you need
    to.
    
    Alternatively, read John's book if you want to integrate your code ito
    the ALL-IN-1 office system.
    
    D.