1 / 23

W3C XP Activity

W3C XP Activity. Ray Denenberg, Library of Congress December 2000 ZIG Meeting. The goal of XML Protocol. Develop technologies allowing peers to communicate…. ...in a distributed environment... ...using XML as encapsulation language. Extensible and simple messaging format.

starr
Télécharger la présentation

W3C XP Activity

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. W3C XP Activity Ray Denenberg, Library of Congress December 2000 ZIG Meeting

  2. The goal of XML Protocol • Develop technologies allowing peers to communicate…. • ...in a distributed environment... • ...using XML as encapsulation language. • Extensible and simple messaging format. • Layered architecture.

  3. Layering • “XP supports applications layered on top • as well as the capability of XP to be layered on top of (or bound to) a variety of underlying protocols.”

  4. Application Protocols over XP…. P3P CIRC Dienst/ OAI Z39.50 XP

  5. …and XP over lower layer protocols Application Protocol XP HTTP TCP

  6. Without HTTP Application Protocol XP TCP

  7. Over SMTP instead of TCP Application Protocol XP SMTP

  8. XP Alternatives XMI Eb XML XP SOAP XML- RPC

  9. Components of XP • Envelope • Serialization • RPC • Binding

  10. Envelope • Outermost syntactical construct within which all other syntactical elements of the message are enclosed. • Described via XML Schema. • Processing Model.

  11. Processing Model • Defines what it means to properly process an XP envelope or produce a fault. • Independent of any extensions carried within the envelope. • Applies both to intermediaries as well as ultimate destinations of an XP envelope. • Extensible.

  12. Extensibility • Application specific payloads inside the XP envelope. • Reference to application specific payloads outside the XP envelope. • Nested XP envelopes as application specific data within the XP envelope. • Reference to XP envelopes as application specific data outside the XP envelope. • Semantics to indicate to an XP processor which extensions are optional and which are mandatory.

  13. RPC • A convention for the content of the envelope when used for RPC (Remote Procedure Call) applications. • RPC is explicitly supported, but arbitrary messaging patterns and scenarios are implicitly supported. • (e.g one way)

  14. RPC Conventions • Unique specification of the program or object and procedure or method to be called based on URI • Provisions for matching response messages to request messages for cases in which matching is not provided by the underlying transport protocol

  15. RPC Conventions (continued) • The ability to specify the parameters to a call in a request message and the results of a call in a reply messages • Provisions for specifying errors in a reply message

  16. Messaging patterns • RPC • One way • Publish-subscribe • multicast • permanently and intermittently connected scenarios

  17. Serialization • mechanism for serializing data based on data models not directly representable by XML Schema types. • object graphs and directed labeled graphs • subordinate relationships known from attachments and manifests.

  18. HTTP Binding “A mechanism for using HTTP transport in the context of an XML Protocol. This does not mean that HTTP is the only transport mechanism ..., nor that support for HTTP transport is mandatory. … merely addresses the fact that HTTP transport is expected to be widely used, …..”

  19. Intermediaries • proxies, • caches, • store-and-forward hops, • gateways

  20. Not Supported • Binary • compression • transport • application semantics • metadata

  21. XP should provide facilities (e.g. optional header elements) to encourage a common approach to: • authentication, • encryption, • reliable delivery, • sessions, • transactions

  22. Caution: Fictitious Example OST /StockQuote HTTP/1.1 Host: www.stockquoteserver.com Content-Type: text/xml; charset="utf-8" Content-Length: nnnn XPAction: "Some-URI" <XP-ENV:Envelope <XP-ENV:Body> <m:GetLastTradePrice xmlns:m="Some-URI"> <symbol>DIS</symbol> </m:GetLastTradePrice> </XP-ENV:Body> </XP-ENV:Envelope>

  23. Schedule • September 2000: Working Group formed • October 2000: requirements Working Draft • January 2001: Initial Working Draft for XP • April 2001: Candidate Recommendation • August 2001: Proposed Recommendation September 2001: Recommendation

More Related