Skip to main content

Hello,

I have seen documents on how to create a web service from a legacy cobol program in the MF docs.

But is there a documentation on how to consume a webservice from a "standard" cobol application ? If it is possible...

For example, I would like to use some Google services like the geolocalisation to retrieve latitude and longitude from an address. We also need to call a web service running on one of our servers : it creates docx files merging the data sent from our cobol program.

Kind regards,

Alain

Hello,

I have seen documents on how to create a web service from a legacy cobol program in the MF docs.

But is there a documentation on how to consume a webservice from a "standard" cobol application ? If it is possible...

For example, I would like to use some Google services like the geolocalisation to retrieve latitude and longitude from an address. We also need to call a web service running on one of our servers : it creates docx files merging the data sent from our cobol program.

Kind regards,

Alain

Hi Alain,

By "standard" COBOL application are you referring to native procedural code instead of managed .NET or JVM code? Which product do you use Visual COBOL for Visual Studio or Visual COBOL for Eclipse?

Both of these products allow you to generate a COBOL client program from either a WSDL file for a SOAP Web Service or from a JSON schema file for a REST Web Service.

If you are using VC for VS 2.3 Upd 1 then you would create a new project using the template type of Web Service Client Application from WSDL/JSON which can be found under the native category.

This will allow you to point to the WSDL or JSON file that represents your 3rd party Web Service or the output of the project will be a procedural native COBOL program and a proxy. You can then use these client programs however you wish.

You can also use the imtkmake command line tool to generate a client from a WSDL or JSON schema.

I covered some of the other approaches to this such as generating a client in a managed .NET project in an earlier post which can be found here.


Hello,

I have seen documents on how to create a web service from a legacy cobol program in the MF docs.

But is there a documentation on how to consume a webservice from a "standard" cobol application ? If it is possible...

For example, I would like to use some Google services like the geolocalisation to retrieve latitude and longitude from an address. We also need to call a web service running on one of our servers : it creates docx files merging the data sent from our cobol program.

Kind regards,

Alain

Chris,

I am sorry, I forgot to precise the environment.

We use VC 2.1 for Eclipse under Centos (RedHat).

And when I write "standard" cobol, this is indeed native procedural cobol.

A SOAP third party webservice with json (or xml) accessible via our cobol code would be the best solution for us.

Kind regards,

Alain


Hello,

I have seen documents on how to create a web service from a legacy cobol program in the MF docs.

But is there a documentation on how to consume a webservice from a "standard" cobol application ? If it is possible...

For example, I would like to use some Google services like the geolocalisation to retrieve latitude and longitude from an address. We also need to call a web service running on one of our servers : it creates docx files merging the data sent from our cobol program.

Kind regards,

Alain

There are 2 new Visual COBOL for Eclipse videos available on YouTube, related to creating Web Services from new or existing COBOL programs. The first demonstrates how to create a SOAP Web Service, and the second does the same for a RESTful Web Service.

These have been added to the Micro Focus Support and Training channel on YouTube. Here are direct links to the new videos :

Using Visual COBOL for Eclipse to Create SOAP Web Services

https://youtu.be/nTk4d4T1BG4

Using Visual COBOL for Eclipse to Create REST Web Services

https://youtu.be/ZsuWTl8eHsk

Generation of client for consuming web service is included, but not for consuming a web service created by another tool.


Hello,

I have seen documents on how to create a web service from a legacy cobol program in the MF docs.

But is there a documentation on how to consume a webservice from a "standard" cobol application ? If it is possible...

For example, I would like to use some Google services like the geolocalisation to retrieve latitude and longitude from an address. We also need to call a web service running on one of our servers : it creates docx files merging the data sent from our cobol program.

Kind regards,

Alain

I thank you for your answer.

"nsuming a web service created by another tool" is precisely what interests me.

Is there any information on this subject ?

Kind regards,

Alain


Hello,

I have seen documents on how to create a web service from a legacy cobol program in the MF docs.

But is there a documentation on how to consume a webservice from a "standard" cobol application ? If it is possible...

For example, I would like to use some Google services like the geolocalisation to retrieve latitude and longitude from an address. We also need to call a web service running on one of our servers : it creates docx files merging the data sent from our cobol program.

Kind regards,

Alain

You can generate a COBOL client program directly from a WSDL or JSON Schema file either within the IDEs or by using the command-line tool imtkmake with the -genclientwsdl or -genclientjson options.

For Visual Studio you can select a Web Service Client template from the list of project templates and then import your WSDL or JSON file there.

In Eclipse you would need to create a normal COBOL Project, add a dummy COBOL program to it and then use New-->SOAP Web Service or REST Web Service to the project. Point to the dummy program for the mapping.Then rignt-click on the Web Service interface and select Generate Client. This is documented here:

You can also do this from a Visual COBOL command prompt using imtkmake. This is documented here:


Hello,

I have seen documents on how to create a web service from a legacy cobol program in the MF docs.

But is there a documentation on how to consume a webservice from a "standard" cobol application ? If it is possible...

For example, I would like to use some Google services like the geolocalisation to retrieve latitude and longitude from an address. We also need to call a web service running on one of our servers : it creates docx files merging the data sent from our cobol program.

Kind regards,

Alain

Many thanks for your accurate information!


Hello,

I have seen documents on how to create a web service from a legacy cobol program in the MF docs.

But is there a documentation on how to consume a webservice from a "standard" cobol application ? If it is possible...

For example, I would like to use some Google services like the geolocalisation to retrieve latitude and longitude from an address. We also need to call a web service running on one of our servers : it creates docx files merging the data sent from our cobol program.

Kind regards,

Alain

There is actually an easier method of creating a COBOL client from a WSDL/JSON file when using the Eclipse IDE. If you navigate to Run-->Tools from the IDE menu you will see the options for Generate Client from WSDL and Generate Client from JSON.

The Generate Ciient from JSON option is only available starting with our latest product release which is 2.3 update 2 which was just released this week.

Thanks,


Hello,

I have seen documents on how to create a web service from a legacy cobol program in the MF docs.

But is there a documentation on how to consume a webservice from a "standard" cobol application ? If it is possible...

For example, I would like to use some Google services like the geolocalisation to retrieve latitude and longitude from an address. We also need to call a web service running on one of our servers : it creates docx files merging the data sent from our cobol program.

Kind regards,

Alain

Thank you for the info.
I was able to follow the steps to Generate Client from WSDL but an getting compile errors:
"Cannot open file : view-source_https___api-dev.ny.gov_ManageUSDAeDRSData1.0_WSDL-app.obj"
"COBCH1641S '.' in source filename or PROGRAM-ID in native code view-source_https___api-dev.ny.gov_ManageUSDAeDRSData1.0_WSDL-app.cbl"

Any help on this is appreciated.

Thanks
Chad.

Hello,

I have seen documents on how to create a web service from a legacy cobol program in the MF docs.

But is there a documentation on how to consume a webservice from a "standard" cobol application ? If it is possible...

For example, I would like to use some Google services like the geolocalisation to retrieve latitude and longitude from an address. We also need to call a web service running on one of our servers : it creates docx files merging the data sent from our cobol program.

Kind regards,

Alain

Thank you for the info.
I was able to follow the steps to Generate Client from WSDL but an getting compile errors:
"Cannot open file : view-source_https___api-dev.ny.gov_ManageUSDAeDRSData1.0_WSDL-app.obj"
"COBCH1641S '.' in source filename or PROGRAM-ID in native code view-source_https___api-dev.ny.gov_ManageUSDAeDRSData1.0_WSDL-app.cbl"

Any help on this is appreciated.

Thanks
Chad.

Hello,

I have seen documents on how to create a web service from a legacy cobol program in the MF docs.

But is there a documentation on how to consume a webservice from a "standard" cobol application ? If it is possible...

For example, I would like to use some Google services like the geolocalisation to retrieve latitude and longitude from an address. We also need to call a web service running on one of our servers : it creates docx files merging the data sent from our cobol program.

Kind regards,

Alain

I got the answer for COBCH1641S error..It was because the wsdl file had many '.' preceding ".wdsl" and was causing the error.

Hello,

I have seen documents on how to create a web service from a legacy cobol program in the MF docs.

But is there a documentation on how to consume a webservice from a "standard" cobol application ? If it is possible...

For example, I would like to use some Google services like the geolocalisation to retrieve latitude and longitude from an address. We also need to call a web service running on one of our servers : it creates docx files merging the data sent from our cobol program.

Kind regards,

Alain

Hi ,
I was able to create a client using VC Eclipse platform and when running it am getting an error 00008 "Communication Error".
The purpose is calling an external webservice.
Any help on this is appreciated.

Thanks
Chad.

There is actually an easier method of creating a COBOL client from a WSDL/JSON file when using the Eclipse IDE. If you navigate to Run-->Tools from the IDE menu you will see the options for Generate Client from WSDL and Generate Client from JSON.

The Generate Ciient from JSON option is only available starting with our latest product release which is 2.3 update 2 which was just released this week.

Thanks,

Hi madam 

I am also trying to consume rest api from cobol, and i have generated the client from JSON.

When i am testing i have below error.

Tue 06 Apr 2021 09:38:56 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:38:56 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:38:57 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:38:57 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:38:58 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:38:58 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:38:59 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:38:59 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:00 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:00 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:01 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:01 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:02 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:02 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:03 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:03 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:04 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:04 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:05 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:05 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:06 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:06 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:07 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:07 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:08 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:08 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:09 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:09 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:10 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:10 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:11 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:11 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:12 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:12 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:13 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:13 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:14 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:14 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:15 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:15 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:16 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:16 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:17 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:17 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:18 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:18 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:19 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:19 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:20 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:20 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:21 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:21 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:22 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:22 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:23 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:23 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:24 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:24 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:25 PM CEST C 0902 CCI-Initclient("MFNAME:0")

Tue 06 Apr 2021 09:39:25 PM CEST R 0903 CCI-Initclient: 9 (session 6e3520)

Tue 06 Apr 2021 09:39:26 PM CEST MccDoOpen: CCI error 9: A network error occurred

Tue 06 Apr 2021 09:39:26 PM CEST < 0309 DoOpen: 8

Tue 06 Apr 2021 09:39:26 PM CEST MccOpen: Error opening conversation: (8) communications component error

Tue 06 Apr 2021 09:39:26 PM CEST < 0105 Open: 8

Tue 06 Apr 2021 09:39:26 PM CEST < 0453 DoHttp: 8

Tue 06 Apr 2021 09:39:26 PM CEST < 0433 HttpRequest: 8 with 0 bytes of response data

 


Hi ,
I was able to create a client using VC Eclipse platform and when running it am getting an error 00008 "Communication Error".
The purpose is calling an external webservice.
Any help on this is appreciated.

Thanks
Chad.

You were able to slove the communication error? If So how . Because i am facing same issu


You can generate a COBOL client program directly from a WSDL or JSON Schema file either within the IDEs or by using the command-line tool imtkmake with the -genclientwsdl or -genclientjson options.

For Visual Studio you can select a Web Service Client template from the list of project templates and then import your WSDL or JSON file there.

In Eclipse you would need to create a normal COBOL Project, add a dummy COBOL program to it and then use New-->SOAP Web Service or REST Web Service to the project. Point to the dummy program for the mapping.Then rignt-click on the Web Service interface and select Generate Client. This is documented here:

You can also do this from a Visual COBOL command prompt using imtkmake. This is documented here:

Hi Mam,

I am trying to do the same but i have below error.
Tue 06 Apr 2021 08:21:18 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:18 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:19 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:19 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:20 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:20 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:21 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:21 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:22 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:22 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:23 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:23 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:24 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:24 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:25 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:25 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:26 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:26 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:27 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:27 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:28 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:28 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:29 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:29 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:30 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:30 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:31 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:31 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:32 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:32 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:33 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:34 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:35 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:35 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:36 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:36 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:37 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:37 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:38 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:38 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:39 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:39 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:40 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:40 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:41 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:41 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:42 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:42 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:43 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:43 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:44 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:44 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:45 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:45 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:46 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:46 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:47 AM CEST C 0902 CCI-Initclient("MFNAME:0")
Tue 06 Apr 2021 08:21:47 AM CEST R 0903 CCI-Initclient: 9 (session 7b2350)
Tue 06 Apr 2021 08:21:48 AM CEST MccDoOpen: CCI error 9: A network error occurred
Tue 06 Apr 2021 08:21:48 AM CEST < 0309 DoOpen: 8
Tue 06 Apr 2021 08:21:48 AM CEST MccOpen: Error opening conversation: (8) communications component error
Tue 06 Apr 2021 08:21:48 AM CEST < 0105 Open: 8
Tue 06 Apr 2021 08:21:48 AM CEST < 0453 DoHttp: 8

I thank you for your answer.

"nsuming a web service created by another tool" is precisely what interests me.

Is there any information on this subject ?

Kind regards,

Alain

You need to be specific about the type of "service" you want to consume. That will dictate how you create a client or what is possible.

1. is it a REST/JSON service or SOAP

2. is there Security involved

Those 2 questions are a good starting point