Click here to Skip to main content
15,902,842 members
Home / Discussions / C#
   

C#

 
AnswerRe: Variable visibility in subclasses... Pin
Guffa28-Nov-07 7:48
Guffa28-Nov-07 7:48 
GeneralRe: Variable visibility in subclasses... Pin
devzav29-Nov-07 3:55
devzav29-Nov-07 3:55 
GeneralRe: Variable visibility in subclasses... Pin
Guffa29-Nov-07 4:05
Guffa29-Nov-07 4:05 
GeneralRe: Variable visibility in subclasses... Pin
devzav29-Nov-07 5:17
devzav29-Nov-07 5:17 
QuestionCombo box Foriegn key problem Pin
sajid.salim.khan28-Nov-07 5:07
sajid.salim.khan28-Nov-07 5:07 
AnswerRe: Combo box Foriegn key problem Pin
Ennis Ray Lynch, Jr.28-Nov-07 5:27
Ennis Ray Lynch, Jr.28-Nov-07 5:27 
GeneralRe: Combo box Foriegn key problem Pin
sajid.salim.khan28-Nov-07 5:39
sajid.salim.khan28-Nov-07 5:39 
QuestionWeb service Pin
Bazalgette28-Nov-07 4:51
Bazalgette28-Nov-07 4:51 
Hi,

I've been searching on the internet for an age and haven't found yet found a solution to what looks like a easy problem. I was hoping you guys might be able to help.

Say I have a few web services like

a. service1.add(int num, int num2)
b. service2.subtract(int num, int num2)

and basically i want a generic runner that can call these services. The tricky thing is that one day I might want to add

c. service3.multiply(int num, int num2)
d. service4.divide(int num, int num2)

and I don't want to compile my generic runner again. All the services take the same number of inputs and return the same type of output. Is there any way of doing this.

From what I have read, it seems that the simplist way would be to use MSSOAP, I've managed to connect to an arbitary service, but don't know how you'd go about invoking the methods.



Thanks
AnswerRe: Web service Pin
led mike28-Nov-07 5:03
led mike28-Nov-07 5:03 
AnswerRe: Web service Pin
Skippums28-Nov-07 5:03
Skippums28-Nov-07 5:03 
AnswerWhat I have done in the past Pin
Ennis Ray Lynch, Jr.28-Nov-07 5:25
Ennis Ray Lynch, Jr.28-Nov-07 5:25 
AnswerRe: Web service Pin
Bazalgette28-Nov-07 14:40
Bazalgette28-Nov-07 14:40 
QuestionAn application suite Pin
Ofori Boadu28-Nov-07 4:33
Ofori Boadu28-Nov-07 4:33 
AnswerRe: An application suite Pin
Colin Angus Mackay28-Nov-07 5:05
Colin Angus Mackay28-Nov-07 5:05 
AnswerRe: An application suite Pin
duncanmhor28-Nov-07 5:55
duncanmhor28-Nov-07 5:55 
JokeRe: An application suite Pin
PIEBALDconsult28-Nov-07 15:34
mvePIEBALDconsult28-Nov-07 15:34 
Questionform problem Pin
Seraph_summer28-Nov-07 4:11
Seraph_summer28-Nov-07 4:11 
AnswerMultiple posts Pin
leckey28-Nov-07 4:32
leckey28-Nov-07 4:32 
GeneralRe: Multiple posts Pin
Anthony Mushrow28-Nov-07 4:47
professionalAnthony Mushrow28-Nov-07 4:47 
GeneralRe: Multiple posts Pin
leckey28-Nov-07 4:51
leckey28-Nov-07 4:51 
GeneralRe: Multiple posts Pin
Seraph_summer28-Nov-07 5:07
Seraph_summer28-Nov-07 5:07 
GeneralRe: Multiple posts Pin
Anthony Mushrow28-Nov-07 5:17
professionalAnthony Mushrow28-Nov-07 5:17 
GeneralRe: Multiple posts Pin
leckey28-Nov-07 14:53
leckey28-Nov-07 14:53 
Questionform problem Pin
Seraph_summer28-Nov-07 4:09
Seraph_summer28-Nov-07 4:09 
AnswerRe: form problem Pin
Paul Conrad28-Nov-07 14:36
professionalPaul Conrad28-Nov-07 14:36 

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.