×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
You don't necessarily need a web service.
RPG JDBC Samples from Scott Klement:
https://www.scottklement.com/jdbc/
You could also write a little Python script to do the checks using the freetds database driver that is part of the open source tools. The script could return data or simply a success/failure or the order status and other data for RPG consumption.
Regards,
Richard Schoen
Web:
http://www.richardschoen.net
Email: richard@xxxxxxxxxxxxxxxxx
------------------------------
message: 3
date: Mon, 20 Dec 2021 10:23:12 +0100
from: "Sean Courtney" <scourtney@xxxxxxxxxxx>
subject: simple web service
Hello all,
I have two systems hosting order data. When a user want to make a change
to an order on system A he/she must first verify the order state on system B.
We want to implement a web service to achieve the above so when the user accesses an order on System A and a request is automatically sent to system B and the current order state is returned.
System A is an AS400 (DB2) and System B is Windows Box running MS SQL Server.
Has anybody go a simple example for doing the above ??
Mit freundlichen Gr??en / Kind regards / Bien ? vous,
Sean Courtney
Email : <mailto:scourtney@xxxxxxxxxxx?subject=Bitte%20kontaktieren>
scourtney@xxxxxxxxxxx
As an Amazon Associate we earn from qualifying purchases.