Chris,
I am able to successfully consume WCF in the Native code Via Generate Client Using WSDL tool.
There are two COBOL programs and One Copybook is created using WSDL.
The Proxy Program which contains the Entry point for all WCF methods.
The Application program to consume the Proxy and Copy book to interact with WCF.
I have a small query regarding two Entry Point present in Proxy Program.
There are two Entry Points for set User ID and Password. What is the purpose or use of those two Entry points.
Because those are optional ...If we don't provide any password or user id, We are still able to call the wcf service and proxy program is able to make a call to WCF methods.
So what is the purpose of them and when we should use it.
Please let us know about the same.
Thanks
Charan