Skip to main content

[archive] soap

  • December 11, 2008
  • 1 reply
  • 0 views

[Migrated content. Thread originally posted on 10 December 2008]

The way that I know of is to have Java handle the SOAP message and then have Java call the runtime.

A Guide to Interoperating with ACUCOBOL-GT Chapter 2: Working with Java Technology

2.2 Calling COBOL from Java
With ACUCOBOL-GT?, there are many ways to achieve interoperability with Java. If you want to call COBOL from a Java application, you can:

Use the Java native interface, "CVM.jar", to interact with the COBOL program at the API level. "CVM.jar" contains a singleton class, CVM, that encapsulates the ACUCOBOL-GT runtime. With the CVM, the Java programmer can programmatically instantiate an instance of the ACUCOBOL-GT runtime and invoke a COBOL program. The programmer can use other classes or methods of CVM to specify runtime options and program options.

1 reply

[Migrated content. Thread originally posted on 10 December 2008]

The way that I know of is to have Java handle the SOAP message and then have Java call the runtime.

A Guide to Interoperating with ACUCOBOL-GT Chapter 2: Working with Java Technology

2.2 Calling COBOL from Java
With ACUCOBOL-GT?, there are many ways to achieve interoperability with Java. If you want to call COBOL from a Java application, you can:

Use the Java native interface, "CVM.jar", to interact with the COBOL program at the API level. "CVM.jar" contains a singleton class, CVM, that encapsulates the ACUCOBOL-GT runtime. With the CVM, the Java programmer can programmatically instantiate an instance of the ACUCOBOL-GT runtime and invoke a COBOL program. The programmer can use other classes or methods of CVM to specify runtime options and program options.
Issues I want to access a soap web services
I don't see any where under acucorp that this can be
done.
is it possible and if so how