Click here to Skip to main content
15,895,538 members
Home / Discussions / C#
   

C#

 
AnswerRe: obtain web service results Pin
Abhinav S1-Sep-12 21:18
Abhinav S1-Sep-12 21:18 
GeneralRe: obtain web service results Pin
dcof2-Sep-12 4:56
dcof2-Sep-12 4:56 
AnswerRe: obtain web service results Pin
Eddy Vluggen1-Sep-12 21:48
professionalEddy Vluggen1-Sep-12 21:48 
GeneralRe: obtain web service results Pin
dcof2-Sep-12 5:02
dcof2-Sep-12 5:02 
AnswerRe: obtain web service results Pin
Pete O'Hanlon1-Sep-12 23:19
mvePete O'Hanlon1-Sep-12 23:19 
AnswerRe: obtain web service results Pin
PIEBALDconsult2-Sep-12 5:44
mvePIEBALDconsult2-Sep-12 5:44 
GeneralRe: obtain web service results Pin
dcof2-Sep-12 11:49
dcof2-Sep-12 11:49 
AnswerRe: obtain web service results Pin
jschell2-Sep-12 7:38
jschell2-Sep-12 7:38 
dcof wrote:
Basically I have received a C# console application code that calls a remote webservice and consumes the results.


If and only if this really is a console application then the following is true.
- Input is ONLY via files and/or stdin.
- Output is ONLY via files and/or stdout/stderr.

If that is true then you write a management control API using System.Diagnostics.Process.

That class specifically provides the following functionality.
- A way to start/stop/manage an application (any application)
- Access to stdin/stdout/stderr

You can google for example on how to use Process however the specifics of writing your API depends on you understanding how the console app works.

If you application is not in fact an actual console application, then if it was me, I would look at AutoIt. There are probably others like this but I have had success with this tool a number of times so I look to it first.

http://www.autoitscript.com/site/[^]
GeneralRe: obtain web service results Pin
dcof2-Sep-12 12:02
dcof2-Sep-12 12:02 
GeneralRe: obtain web service results Pin
PIEBALDconsult2-Sep-12 12:52
mvePIEBALDconsult2-Sep-12 12:52 
GeneralRe: obtain web service results Pin
jschell4-Sep-12 11:08
jschell4-Sep-12 11:08 
GeneralRe: obtain web service results Pin
Member 26898653-Sep-12 21:32
Member 26898653-Sep-12 21:32 
AnswerRe: obtain web service results Pin
BillWoodruff3-Sep-12 15:04
professionalBillWoodruff3-Sep-12 15:04 
QuestionC#: solved Pin
Hbr_Tha_real1-Sep-12 11:53
Hbr_Tha_real1-Sep-12 11:53 
AnswerRe: C# PinPopular
AspDotNetDev1-Sep-12 15:17
protectorAspDotNetDev1-Sep-12 15:17 
GeneralRe: C# Pin
Hbr_Tha_real1-Sep-12 21:25
Hbr_Tha_real1-Sep-12 21:25 
AnswerRe: C# Pin
Dave Kreskowiak1-Sep-12 18:47
mveDave Kreskowiak1-Sep-12 18:47 
GeneralRe: C# Pin
Member 26898653-Sep-12 21:33
Member 26898653-Sep-12 21:33 
GeneralRe: C# Pin
Member 26898653-Sep-12 21:34
Member 26898653-Sep-12 21:34 
GeneralRe: C# Pin
Pete O'Hanlon3-Sep-12 22:20
mvePete O'Hanlon3-Sep-12 22:20 
GeneralRe: C# Pin
Dave Kreskowiak4-Sep-12 2:08
mveDave Kreskowiak4-Sep-12 2:08 
QuestionSet a Value to Crystal Report Field using C# Pin
lesponce1-Sep-12 8:25
lesponce1-Sep-12 8:25 
AnswerRe: Set a Value to Crystal Report Field using C# Pin
Mycroft Holmes1-Sep-12 13:59
professionalMycroft Holmes1-Sep-12 13:59 
GeneralRe: Set a Value to Crystal Report Field using C# Pin
lesponce1-Sep-12 18:58
lesponce1-Sep-12 18:58 
QuestionC# application obtain results of program it executes Pin
dcof1-Sep-12 7:43
dcof1-Sep-12 7:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.