
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Create web service with Visual studio 2015, generate Wsdl
good day
Someone has some example, or tutorial or explanation of how I can create a web service in native cobol, where also explain how I generate the wsdl file for a SOAP platform, beforehand a thousand thanks, since I only find information on how to do this process in Eclipse and I can not replicate it in visual
Aprediz desarrollador en cobol nativo

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
You can create a SOAP or REST based Web service from a native (unmanaged) COBOL program by using the Interface Mapping Toolkit (IMTK) and deploying it to Enterprise Server.
This is covered in the documentation and there is also a tutorial for it here.
If you are compiling your COBOL application as managed .NET then you can also create a Web Service for it using the templates for Windows Communication Foundation (WCF). There is a tutorial for this as well in the documentation here.
Take a look in the Samples Browser which is available from the Visual COBOL group and look under the category for BookDemo or WCF for more examples.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello Chris, Thank you very much for your valuable collaboration.
try to follow your tutorial advice, but my visual studio does not have the option in mention, what should I do to implement it, I have looked for solutions and try to start from a wsdl file for the service, but I do not count how to connect it
Aprediz desarrollador en cobol nativo

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I believe that you will need to have an SOA (Service-Oriented Architecture) license in order to activate this feature but I am awaiting confirmation on this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Aprediz desarrollador en cobol nativo

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Can you please run Visual Studio and select Help and then About Visual Studio.
Please copy and paste the Visual Studio product description here.
Then highlight the option for Micro Focus Visual COBOL in the selection box and copy/past the information under Product Details.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I would highly recommend that you contact your Account Manager about upgrading to the latest product release which is 3.0 and obtaining an SOA product license that supports the creation of web services and clients.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Aprediz desarrollador en cobol nativo

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello chris, after updating the version of microfocus cobol to version 3.0 I do not have the option, and I can not find anything in the download link that they sent me for support. Can I create a web service to query my database through a Wsdl file with the option Web Service Client Application from WSDL / JSON ?, if so, how can I map to my network unit where is the database , so that through the service can make queries in the database?
Aprediz desarrollador en cobol nativo

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
If you wish to deploy a native COBOL application to Enterprise Server so that it can be accessed as a Web Service then you will need a Visual COBOL for SOA license. Then the correct template will be displayed as shown below:
You will need to ask your Account Manager specifically for this type of license.