RE: Other than XML/XSLT, what are other web services.
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.
RE: Other than XML/XSLT, what are other web services.
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)