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
This is haneef.............................................................
-
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
This is haneef.............................................................
I feel pity for this Haneef... Kids these days!!!! :laugh: :laugh: :laugh: Local Web Service???????? :laugh: :laugh: :laugh: This thing must be put on Code Horror!!!!! SOAP - Simple Object Access Protocol U must be calling some function and passing ur parameters to that site, right??? Meant u r accessing a Object of that site's some function. Got definition????
Anand Desai Developer Atharva Infotech
-
I feel pity for this Haneef... Kids these days!!!! :laugh: :laugh: :laugh: Local Web Service???????? :laugh: :laugh: :laugh: This thing must be put on Code Horror!!!!! SOAP - Simple Object Access Protocol U must be calling some function and passing ur parameters to that site, right??? Meant u r accessing a Object of that site's some function. Got definition????
Anand Desai Developer Atharva Infotech
what u want to say exactly
This is haneef.............................................................
-
what u want to say exactly
This is haneef.............................................................
Still ??? Click this: http://www.webservicex.net/stockquote.asmx?[^] Can u see GetQuote?? THis is one function defined in that site, and u want to use that function to get Quotes of stocks right??? For that u call that function from ur site. THis mean u create an object of that function and accessing that from that host site. This terms as Object Access... And protocol for this is called Simple Object Access Protocol (SOAP)
Anand Desai Developer Atharva Infotech