Click here to Skip to main content
15,893,161 members
Home / Discussions / C#
   

C#

 
AnswerRe: e-book pdf Pin
Eytukan12-Aug-08 22:44
Eytukan12-Aug-08 22:44 
Questionplease give me answer, What is the use of soap, i can't find the use of soap in webservice... Pin
Shaik Haneef12-Aug-08 20:53
Shaik Haneef12-Aug-08 20:53 
AnswerRe: please give me answer, What is the use of soap, i can't find the use of soap in webservice... Pin
Mycroft Holmes12-Aug-08 21:31
professionalMycroft Holmes12-Aug-08 21:31 
GeneralRe: please give me answer, What is the use of soap, i can't find the use of soap in webservice... Pin
Shaik Haneef12-Aug-08 21:46
Shaik Haneef12-Aug-08 21:46 
GeneralRe: please give me answer, What is the use of soap, i can't find the use of soap in webservice... Pin
Christian Graus12-Aug-08 22:02
protectorChristian Graus12-Aug-08 22:02 
GeneralRe: please give me answer, What is the use of soap, i can't find the use of soap in webservice... Pin
Mark Salsbery13-Aug-08 6:58
Mark Salsbery13-Aug-08 6:58 
AnswerRe: please give me answer, What is the use of soap, i can't find the use of soap in webservice... Pin
Pete O'Hanlon12-Aug-08 22:16
mvePete O'Hanlon12-Aug-08 22:16 
AnswerRe: please give me answer, What is the use of soap, i can't find the use of soap in webservice... Pin
blackjack215012-Aug-08 22:16
blackjack215012-Aug-08 22:16 
You don't use it explicitly. VS spares you of that pain. If you look in the solution explorer, you will see that VS created classes from the WSDL file that your web referenece points to. Those are called proxy classes and they have methods which correspond to the web service methods defined in the WSDL. When you call a method of the proxy class, that call is translated behind the scenes into a SOAP request which is passed to the service.

There are a number of programs which allow you to capture network traffic and show you the SOAP reqest/response if you want to do that.
QuestionWeb- base application Pin
CodingLover12-Aug-08 20:31
CodingLover12-Aug-08 20:31 
AnswerRe: Web- base application Pin
Mycroft Holmes12-Aug-08 21:33
professionalMycroft Holmes12-Aug-08 21:33 
QuestionRe: Web- base application Pin
CodingLover12-Aug-08 22:10
CodingLover12-Aug-08 22:10 
AnswerRe: Web- base application Pin
Mycroft Holmes12-Aug-08 22:34
professionalMycroft Holmes12-Aug-08 22:34 
NewsRe: Web- base application Pin
CodingLover12-Aug-08 22:36
CodingLover12-Aug-08 22:36 
Questionauto complete Pin
kya hai12-Aug-08 20:23
kya hai12-Aug-08 20:23 
AnswerRe: auto complete Pin
soni uma12-Aug-08 20:56
soni uma12-Aug-08 20:56 
AnswerRe: auto complete Pin
User 665812-Aug-08 21:15
User 665812-Aug-08 21:15 
QuestionOne Problem Pin
Preeti197912-Aug-08 20:20
Preeti197912-Aug-08 20:20 
AnswerRe: One Problem Pin
Bardy8512-Aug-08 20:46
Bardy8512-Aug-08 20:46 
QuestionAuto completion Pin
kya hai12-Aug-08 20:16
kya hai12-Aug-08 20:16 
AnswerRe: Auto completion Pin
vikas amin14-Aug-08 11:23
vikas amin14-Aug-08 11:23 
Questiona comport connect Pin
Member 114816812-Aug-08 20:16
Member 114816812-Aug-08 20:16 
AnswerRe: a comport connect Pin
vikas amin14-Aug-08 11:26
vikas amin14-Aug-08 11:26 
QuestionHow to create a setup file Pin
kiranreddy12312-Aug-08 19:00
kiranreddy12312-Aug-08 19:00 
AnswerRe: How to create a setup file Pin
John_Adams12-Aug-08 19:25
John_Adams12-Aug-08 19:25 
GeneralRe: How to create a setup file Pin
kiranreddy12312-Aug-08 19:29
kiranreddy12312-Aug-08 19:29 

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.