10
Answers

C# obtain information from progam it calls

Ask a question
dc

dc

12y
1.5k
1

I have a question about how to obtain the results, condition codes and messages from a C# 2008 console application and a web service
  Basically I have received the C# 2008 console application code that calls a remote webservice and consumes the results. The console application runs by giving it commands to know what method in the web service to call.
  Now I am going to write a C# 2010 service application that will call the C# 2008 console and run the commands in a specificed order. There are three types of calls that need to be called in a specified order.

Basically the steps would be:

1. write the new .net app to make callls in a sequential order to a console app progrm.

2. The console application calls the web service and obtains the results,

3. The new .net app obtains the results of the web service from the console application it called.
 

Let me know how I can accomplish my goal with code and/or references.



Answers (10)