In Visual Cobol 2.2, I have a GNT where I'm trying to replace a call to a COM object with a call to WCF Web Service written in C#. I have the service installed on the server, but I'm not sure how to code the call. I've created a WSDL for the service, but when I run "Generate Client From WSDL", I get "error generating console client."
So, my questions are:
1. Why is my attempt to generate the client from the WSDL failing, and
2. Is there an example of how to call the WCF service from a GNT?
Thanks!




