[AD] I'll add a note since 5 days has gone by without a firm
solution.

Santosh, I don't know if this will help.  You can try to create a
solution as I have, or I welcome you to contact me to purchase
the solution that I've created.

I recently completed a project for a client where all they need
to do is write items to a file and their data is sent out via an
outbound web service call.  The results are then returned into
the same or different items, which the application can then
process as required.  In other words, this is an asynchronous
process which operates as follows:
- you write items with our normal BASIC code
- your code then just goes on to other things
- at timed intervals, (seconds, minutes or hours) the data gets
processed
- at timed intervals, you check to see if there is a response
- you clean up the request/response data with your code
 
The advantage here is that your code never needs to know anything
about web services, XML, Java, or anything else "foreign".  A
disadvantage is that a CallJ or CallDotNet would be better for
synchronous processing when you need a more immediate response.
That said, you can get an almost guaranteed turnaround from
request to response within anywhere from about 2 to 7 seconds.
That's not bad.
 
As to architecture, this was intended to run the same when the
DBMS is on Windows, AIX, or Linux, and independent of the DBMS
release.  The web services components are based on .NET, and
therefore the actual client runs on a local Windows server.  If
the DBMS is on Windows then the data can be pulled from OS files,
and the web service client can be hosted on the same system.  If
the data is in hashed files in Windows or any other OS, then
mv.NET is used as the connectivity pipe.
 
mv.NET facilitates access to jBase/T24 and other Pick/MultiValue
DBMS platforms.  My company, Nebula Research and Development is a
worldwide distributor of mv.NET and provides related development
services.  mv.NET is produced by BlueFinity International which
is one of the Mpower1 (Temenos partner) companies along with
jBase International.
 
I would be happy to work with anyone here to implement
site-specific solutions, or to create a similar "horizontal"
solution that can be used by all T24 sites.
 
Thanks for your time.
Tony Gravagno
Nebula Research and Development
TG@ remove.pleaseNebula-RnD.com
remove.pleaseNebula-RnD.com/blog
Visit PickWiki.com! Contribute!
http://Twitter.com/TonyGravagno
 
 
 
From:Santosh santosh.kancharla-at-gmail.com
Sent: Monday, October 25, 2010 1:03 PM
Subject: T24:Integration of R8 with External Web Services

> Currently we are in R8 / JBASE5.1 / with Browser.
> 
> We got a requirement to interact with other Web 
> Services (In XML Format) to receive and send data for 
> some online interfaces.  Example: As soon as user 
> inputs the data and commit the record it must be 
> converted to XML tags (Which our local development is 
> taking care) and sends the request to External Web 
> serivce and pick the response and update in few fields 
> of T24 application.
> 
> Currently we are not using MQ stuff so it must be 
> through M/W to process the request and response
> 
> I will be greatful if any one can share their 
> integration experience how we can achieve this.

-- 
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

Reply via email to