Consuming OCOD Web service on C# Console Application
Please help me understand how can an Oracle Web Service be consumed on a C# console application / web application? Below are the initial steps that I had yet I am getting confused what to do next:
1. Downloaded wsdl files on OCOD > Web Service Administration.
2. Converted the wsdl files into class and added them on the console application.
Thank you.