Problem:
We have done web service development using VB and C# in the .NET environment, and would like to incorporate COBOL. However, it appears that the University edition of COBOL .NET restricts the creation of a web service. It compiles, and is visible in IIS, but the required files to reference the web service are missing.
Resolution:
You cannot deploy a Web Service created with Net Express UE, as it does not include Enterprise Server and its associated facilities.
You will need a Server installation to create and deploy a Web Service.



