Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Bugzilla 165544"

Line 57: Line 57:
 
<p>
 
<p>
 
<h4><i>User interface</i></h4>
 
<h4><i>User interface</i></h4>
TBD
+
        <ul>
 +
        <li>While creating new capability user is allowed to create a new empty capability or he can add some predefined properties and operations by selecting any XSD or WSDL file. One of the limitations is that we will allow user to select only one file, so if he wants to add properties and operations from more than one file he can do it from capability editor.</li>
 +
        <li>The UI interface will allow user to bring the operations from multiple port type defined in the WSDL file.</li>
 +
        </ul>
 
<h4><i>Extension points</i></h4>
 
<h4><i>Extension points</i></h4>
 
<h4><i>Code interfaces</i></h4>
 
<h4><i>Code interfaces</i></h4>

Revision as of 08:11, 12 December 2006

Discuss this feature

Link to bug on TPTP (this is not part of the template): [1]

TPTP feature: 165544

Author: Saurabh Dravid
email: sadravid@in.ibm.com
Committer email: aeberbac@us.ibm.com(Andrew Eberbach)
Last updated:


Rough workload estimate for design/code/test in person weeks:

ProcessSizing
Design3
Code20
Test3
Documentation2
Total 4

Rough workload estimate for build and infrastructure in person days: 0.0


Requirement summary

  • A Manageable Endpoint Capability is a collection of properties and operations. The WSDM tooling tech preview in TPTP 4.3 allows a user to import existing WSDL and XSD definitions for defining the operations and properties of a capability. So they can create their capabilities from existing XSD and WSDL artifact files.

User interactions

User decides to build a Manageable Endpoint Capability, while creating this capability using new Capability wizard user select some XSD file to define the properties of the capability and some WSDL file to define the operation of the capability. This feature will also provide the ability to add the properties and operations from other files while editing a capability.

User interface

  • While creating new capability user is allowed to create a new empty capability or he can add some predefined properties and operations by selecting any XSD or WSDL file. One of the limitations is that we will allow user to select only one file, so if he wants to add properties and operations from more than one file he can do it from capability editor.
  • The UI interface will allow user to bring the operations from multiple port type defined in the WSDL file.

Extension points

Code interfaces

Design summary

Back to the top