Skip to content
peacekeeper edited this page Nov 16, 2014 · 15 revisions

A collection of web-based XDI tools for testing [.war]

A public deployment of the XDI web tools is available at https://server.xdi2.org/.

Web tools

  • XDI Parser: Parses syntax components of XDI addresses and statements.
  • XDI Validator: Validates XDI documents in different serialization formats.
  • XDI Converter: Convert XDI documents between different serialization formats.
  • XDI Messenger: Send XDI messages to XDI endpoints and views results.
  • XDI Local Messenger: Applyies XDI messages to a local XDI graph and view results.
  • XDI Signer: Signs and validates XDI (sub-)graphs.
  • XDI Discoverer: Perform XDI discovery on identifiers such as cloud Names, cloud Numbers, and discovery keys.
  • XDI Operator: Uses a cloud name and secret token to perform various common operations on an XDI endpoint.

Quickstart

cd webtools
mvn jetty:run

Then go to:

http://localhost:8080/
Clone this wiki locally