Other than XML/XSLT, what are other web services.

Showing Answers 1 - 17 of 17 Answers

veera kumar vangara

  • Nov 14th, 2005
 

hai this is kumar vangara,other then xml/xslt we can use php,asp,j2ee applictation for web services.

  Was this answer useful?  Yes

suma_1983

  • Nov 14th, 2005
 

Other than XML/XSLT, what are other web services

  Was this answer useful?  Yes

sujatham

  • Feb 27th, 2006
 

Html,Dhtml,Cascading Style sheets,Java Script,JScript,VBScript,CGI,Java,ASP

  Was this answer useful?  Yes

pallavi

  • Jun 7th, 2006
 

please write some code and give the answer properly.

  Was this answer useful?  Yes

Jitendra

  • Feb 8th, 2007
 

XML AND XSLT are not web services.....

  Was this answer useful?  Yes

Other than XML, SOAP, WSDL and UDDI are websevices.

The term Web services describes a standardized way of integrating Web-based applications using the XML, SOAP, WSDL and UDDI open standards over an Internet protocol backbone. XML is used to tag the data, SOAP is used to transfer the data, WSDL is used for describing the services available and UDDI is used for listing what services are available.

kumton

  • Nov 12th, 2007
 

i can explain this in detail.
. First XML and XSLT are not webservices.
. Webservices means any kind of service (functionality) that can be accessed by open std protocols like SOAP,WSDL and UDDI. And the basic platform is provided by HTTP and XML.
. To understand webservice we need to knw abt 3 entities ws provider(WSP), ws consumer(WSC), ws Registry (WSR)

. The webservice protocol stack is like this
  UDDI (Webservice registering by WSP and search by WSC)
  WSDL(Description of service by WSP, accessed by WSC,acts as Description layer) 
  SOAP (Accessed by WSC, acts as messaging layer)
  XML   (Acts as encoding layer)
  HTTP (Acts as transport layer)

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions