Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Servus Status

Revision as of 10:47, 27 August 2008 by Ttonelli.swen.uwaterloo.ca (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page lists:

  • Features - a list of features we plan to implement and the current status of the implementation.
  • Conceptual Limitations - conceptual limitations of the current implementation.

Features

WSDLv1 to Servus

  • basic implementation is working, with the following limitations:
    • only the full representation can be generated
    • there are no semantic checks (can transform incorrect WSDLs)
    • it is not tested on a large WSDL code base
    • it's form is not stable yet (we're refining the annotations)

Servus to WSDLv1

  • in development

Servus to JAX-WS

  • in development

Servus to Ecore

  • development has not started.

CXF Databinding

  • development has not started.

Conceptual Limitations

Current limitations of the transformations and models.

WSDLv1 to Servus

  • if there are 2 <definitions> with the same targetNamespace, they are merged in Servus. The name of an arbitrary <definitions> is used.

Back to the top