Click here to Skip to main content
15,905,238 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to learn C# & .NET framework when I know C++ Pin
Thomas Weller27-Nov-08 22:36
Thomas Weller27-Nov-08 22:36 
AnswerRe: How to learn C# & .NET framework when I know C++ Pin
Simon P Stevens27-Nov-08 5:58
Simon P Stevens27-Nov-08 5:58 
GeneralRe: How to learn C# & .NET framework when I know C++ Pin
just.an.imbecile227-Nov-08 6:05
just.an.imbecile227-Nov-08 6:05 
AnswerRe: How to learn C# & .NET framework when I know C++ Pin
Paul Conrad27-Nov-08 5:59
professionalPaul Conrad27-Nov-08 5:59 
GeneralRe: How to learn C# & .NET framework when I know C++ Pin
EliottA27-Nov-08 6:00
EliottA27-Nov-08 6:00 
GeneralRe: How to learn C# & .NET framework when I know C++ Pin
Paul Conrad27-Nov-08 6:07
professionalPaul Conrad27-Nov-08 6:07 
AnswerRe: How to learn C# & .NET framework when I know C++ Pin
Gary Stafford27-Nov-08 10:08
Gary Stafford27-Nov-08 10:08 
QuestionWebService to Webservice 2 Pin
BASONJS27-Nov-08 4:51
BASONJS27-Nov-08 4:51 
Hi all,

I have a web service which I want to implement on multiple servers and which can communicate with each other. (Meaning reusing the same web service on the different servers) I am currently using a proxy class which i created with wsdl.exe in order to call the web service from any other component (web page, windows service, etc). That works fine, giving it the Url. Now the problem I have is communicating between one web service and another, as when I add the proxy class to the web service, in order to create an instance of a webservice and give it a URL, the namespaces, functions etc already have definitions for them.

To simplify:

Web page to web service communication
Web page has web service proxy class, an instance of web service is created, a url is given and the web service methods called - works fine

Web Service to Web service communication
I add the proxy class to the web service and it gives me errors, namespace already defined, etc etc, obviously because the proxy class is of the same web service I am trying to add the class to.

So effectively my question is this. In order to reuse my web service over multiple servers and call methods between these web services, what do I have to do?

Thank you very much in advance for any help
Questionhow to get file's details Pin
Ankit Rajpoot27-Nov-08 4:20
Ankit Rajpoot27-Nov-08 4:20 
QuestionPass enum through methods Pin
Deresen27-Nov-08 4:19
Deresen27-Nov-08 4:19 
AnswerRe: Pass enum through methods Pin
Pete O'Hanlon27-Nov-08 4:47
mvePete O'Hanlon27-Nov-08 4:47 
GeneralRe: Pass enum through methods Pin
Deresen27-Nov-08 4:51
Deresen27-Nov-08 4:51 
GeneralRe: Pass enum through methods Pin
Pete O'Hanlon27-Nov-08 5:07
mvePete O'Hanlon27-Nov-08 5:07 
GeneralRe: Pass enum through methods Pin
Deresen27-Nov-08 5:14
Deresen27-Nov-08 5:14 
GeneralRe: Pass enum through methods Pin
PIEBALDconsult27-Nov-08 5:40
mvePIEBALDconsult27-Nov-08 5:40 
QuestionExtracting from a list. Pin
nlowdon27-Nov-08 4:04
nlowdon27-Nov-08 4:04 
AnswerRe: Extracting from a list. Pin
J4amieC27-Nov-08 4:13
J4amieC27-Nov-08 4:13 
GeneralRe: Extracting from a list. Pin
nlowdon27-Nov-08 4:55
nlowdon27-Nov-08 4:55 
GeneralRe: Extracting from a list. Pin
Malcolm Smart27-Nov-08 6:37
Malcolm Smart27-Nov-08 6:37 
GeneralRe: Extracting from a list. Pin
User 665827-Nov-08 7:07
User 665827-Nov-08 7:07 
QuestionHow to handle the memory Corruption Exception in .Net using C# Pin
abbineni.pavithra27-Nov-08 3:33
abbineni.pavithra27-Nov-08 3:33 
Questionproblem in using VC++ DLL functions in C#.net Pin
kimo_cs27-Nov-08 3:32
kimo_cs27-Nov-08 3:32 
QuestionHow to Send email via gmail smtp server Pin
shovaly27-Nov-08 3:30
shovaly27-Nov-08 3:30 
Questionadding a trackbar into a menustrip? Pin
lane0p227-Nov-08 2:57
lane0p227-Nov-08 2:57 
AnswerRe: adding a trackbar into a menustrip? Pin
Abhijit Jana27-Nov-08 3:22
professionalAbhijit Jana27-Nov-08 3:22 

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.