21.Difference between Abstract and Concrete WSDL ?Abstract WSDL contains only messages and operations. Abstract WSDL is
used by SOAP Server. 22.What is SOAP ?SOAP is a simple XML-based protocol to let applications exchange information over HTTP. Or more simply: SOAP is a protocol for accessing a Web Service. 23.What is XML Schema?An XML Schema describes the structure of an XML document. 24.Difference between Include and Import in context to XML schema ?The fundamental difference between include and import is that you must use import to refer to declarations or definitions that are in a different target namespace and you must use include to refer to declarations or definitions that are (or will be) in the same target namespace. 25.What is targetNamespace's function?<schema xmlns="http://www.w3.org/2001/SchemaXML targetNamespace="http://www.example.com/name" xmlns:target="http://www.example.com/name"> 26.How to refer another XSL from main XSL file ?The <xsl:import> element is a top-level element that is used to import the contents of one style sheet into another. 27.Why we use Call-template inside XSL ?Call-template works similar to the apply-template element in XSLT. Both attach a template to specific XML data. This provides formatting instructions for the XML. The main difference between the two processes is the call function only works with a named template. You must establish a 'name' attribute for the template in order to call it up to format a document. 28.Difference between XA & Non-XA transaction ?Non-XA (Local Transaction): It involves only one resource. When you use Non-XA transaction then you can’t involve multiple resources (different databases, Queues, application servers etc), you can rollback or commit transaction for only one resource. There is not transaction manager for this transaction as we are dealing with only one resource at a time. 29.What is inline schema ?Inline schemas are XML schema definitions included inside XML instance documents. Like external schema documents, inline schemas can be used to validate that the instance matches the schema constraints. 30.what is the use of Pick Activity?This activity waits for the occurrence of one event in a set of events and performs the activity associated with that event. The occurrence of the events is often mutually exclusive (the process either receives an acceptance or rejection message, but not both). If multiple events occur, the selection of the activity to perform depends on which event occurred first. If the events occur nearly simultaneously, there is a race and the choice of activity to be performed is dependent on both timing and implementation. 31.?
32.?
33.?
34.?
35.?
36.
37. ?
38.?
39.?
40.?
|