Thorbjørn wrote:
However, we would LOVE some easy glue (Plain Java is not easy) between 
OPM Cobol and webservices and all the other stuff, and if EGL would do 
that, I guess we would strongly consider it. 
<<
Hi Thorbjørn;
There is a tool out there that maps virtually all service programs to
web-services. (Display files doesn?t work) 
In your post you explicitly write "OPM", Will it be an option for you to
build a service-program that wraps your OPM cobol? 
I can not recall the COBOL syntax. But a complete RPG WebService in IceBreak
looks like:
<%@ language="RPGLE" pgmtype="webservice" %>
<%    
h nomain     
 
p*name++++++++++..b...................keywords++++++++++++++++++++++++++comm
ents++++++++++++ 
p Calculator      B                   export 
d Calculator      pi
d    x                          10i 0 Input         
d    y                          10i 0 Input
d    z                          10i 0 Output 
/free
 
  z = x + y; 
 
/end-free   
p Calculator      E
%>
Regards 
Niels Liisberg
As an Amazon Associate we earn from qualifying purchases.
	
 
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.