please give me answer, What is the use of soap, i can't find the use of soap in webservice...
-
case 1: local web service I am able use the method in asmx file in my aspx i think it is a local web service case 2: Remote web service I am able to use the method remotely also by taking web reference in my solution explorer. Following link is free Web service to get Stock Quote of the company by passing the company symbol. http://www.webservicex.net/stockquote.asmx?WSDL where i am actually using SOAP I don't under stand can u please tell me where i am using SOAP. Is any thing more i need to learn about web service, can u any one give me good links to download samples on web service
-
case 1: local web service I am able use the method in asmx file in my aspx i think it is a local web service case 2: Remote web service I am able to use the method remotely also by taking web reference in my solution explorer. Following link is free Web service to get Stock Quote of the company by passing the company symbol. http://www.webservicex.net/stockquote.asmx?WSDL where i am actually using SOAP I don't under stand can u please tell me where i am using SOAP. Is any thing more i need to learn about web service, can u any one give me good links to download samples on web service
haneef you are a fool, whats more a fool who does not learn, so that makes you a stupid fool. You are in the habit of cross posting, I can understand once or twice but your posting pattern makes me think you are also a masochist. Oh no, a troll, bugger.....
Never underestimate the power of human stupidity RAH
-
haneef you are a fool, whats more a fool who does not learn, so that makes you a stupid fool. You are in the habit of cross posting, I can understand once or twice but your posting pattern makes me think you are also a masochist. Oh no, a troll, bugger.....
Never underestimate the power of human stupidity RAH
Thank very much, i always talk with fool only, now also i do it same.
This is haneef.............................................................
-
haneef you are a fool, whats more a fool who does not learn, so that makes you a stupid fool. You are in the habit of cross posting, I can understand once or twice but your posting pattern makes me think you are also a masochist. Oh no, a troll, bugger.....
Never underestimate the power of human stupidity RAH
The funny thing is, I can't tell if his reply is meant to be an insult......
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.
-
case 1: local web service I am able use the method in asmx file in my aspx i think it is a local web service case 2: Remote web service I am able to use the method remotely also by taking web reference in my solution explorer. Following link is free Web service to get Stock Quote of the company by passing the company symbol. http://www.webservicex.net/stockquote.asmx?WSDL where i am actually using SOAP I don't under stand can u please tell me where i am using SOAP. Is any thing more i need to learn about web service, can u any one give me good links to download samples on web service
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.
-
case 1: local web service I am able use the method in asmx file in my aspx i think it is a local web service case 2: Remote web service I am able to use the method remotely also by taking web reference in my solution explorer. Following link is free Web service to get Stock Quote of the company by passing the company symbol. http://www.webservicex.net/stockquote.asmx?WSDL where i am actually using SOAP I don't under stand can u please tell me where i am using SOAP. Is any thing more i need to learn about web service, can u any one give me good links to download samples on web service
haneef wrote:
where i am actually using SOAP I don't under stand can u please tell me where i am using SOAP.
It's simple. When your request comes across the wire and is loaded into the proxy at your end, a background dirty bit is set. The SOAP comes in by removing the dirty bit so that your application can work with clean data.
Deja View - the feeling that you've seen this post before.
-
The funny thing is, I can't tell if his reply is meant to be an insult......
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.
:-D
Mark Salsbery Microsoft MVP - Visual C++ :java: