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

Difference between revisions of "Descriptive WSDL Smoke Test Scenarios"

(Zooming)
(WS-I Compliance)
Line 104: Line 104:
  
 
==WS-I Compliance==
 
==WS-I Compliance==
'''Initial WSDL Setup'''
+
'''WSDL WS-I Compliance Setup'''
  
 
#Create an empty WSDL file by using File -> New -> File, and naming the file with the .wsdl extension
 
#Create an empty WSDL file by using File -> New -> File, and naming the file with the .wsdl extension
Line 115: Line 115:
 
#There should be one error on 'mime:content', to fix double click on the error, which will bring you to the Source view.  Remove:    <wsdl:output><mime:content type="text/xml" /></wsdl:output>
 
#There should be one error on 'mime:content', to fix double click on the error, which will bring you to the Source view.  Remove:    <wsdl:output><mime:content type="text/xml" /></wsdl:output>
 
#Save the file and Validate again, you should see WS-I warnings
 
#Save the file and Validate again, you should see WS-I warnings
 +
#Now the file is ready for testing
  
 
'''Tests:'''
 
'''Tests:'''

Revision as of 18:09, 15 October 2008

Example Setup

Examples found via: New -> Example ... -> Editing and validating XML files

Open and Close Editor

  1. Workspace WSDL file: open an WSDL file from the workspace and verify its content
  2. Non-workspace WSDL file: open an WSDL file from outside the workspace and verify its content. In addition, edit this file from an external editor and ensure a File changed dialog appears in Eclipse

Selection Tests

Synchronization between Properties, Design, Source, and Outline views: while conducting the Add/Modify tests, delete tests, and drag & drop tests, observe that these three views are synchronized

Note: if the nodes are collapsed and you add a new child, the node will not automatically expand. Therefore to test synchronization, expand the nodes whenever necessary to verify the synchronization between the Outline and Design view

Add/Modify Tests

For the tests where a new item is added:

  • Verify that the item was successfully added by finding and selecting the item from the Outline view or Design view
  • Whenever possible, modify the name of the item by changing the Name property in the Properties view under General properties

Tests:

  1. Imports: in the Outline view, right click on the Imports node -> Add Import
  2. Schema: in the Outline view, right click on the Types node -> Add Schema
  3. Service: in the Outline view, right click on the Services node -> Add Service
  4. Port: in the Outline view, right click on a created Service -> Add Port -> add a name or use default -> click Finish
  5. Binding: in the Outline view, right click on the Binding node -> Add Binding
  6. Binding content: in the Outline view, right click on a created Binding -> Generate Binding Content... -> select a Port type and protocol -> press Finish. In the Design view, an arrow from the binding to a portType should be created
  7. Port Type: in the Outline view, right click on the Port Type node -> Add Port Type
  8. Operation: in the Outline view, select a created Port Type and right click -> Add Operation
  9. Fault: in the Outline view, select a created Operation (Operations are found in Port Type -> a created Port Type -> Operation) -> Add Fault
  10. Message via Port Type: in the Outline view, select a created Port Type and expand the node until you see two blue arrows representing Input and Output. Right click on the blue arrow pointing right -> Set Message -> New Message... The newly created message will show up in the Messages node. Right click on the blue arrow pointing left -> Set Message -> Existing Message... -> Choose an existing message -> in the Properties view under General properties, the Message property should match the message you chose
  11. Message: in the Outline view, right click on the Messages node -> Add Message
  12. Part: in the Outline view, right click on a created Message -> Add Part
  13. Repeat the same steps for Design View. The UI element to mouseover and right click for each test is highlighted when selected in the Outline view

Delete Tests

For each of the items created in the Add/Modify test, right click on the item or an equivalent item -> Delete

Drag & Drop

Reorder sequences: in the Design view, right click on a Port Type (the Port type box has a purple circle with a white I) -> Add Operation -> Press the faded gray arrow that appears on the right side of the new Operation (there is a gray arrow for the Input and Output. Once pressed, the name of the Source and Design view should say, "Inline Schema of [WDLN name]". From the Outline view right click on Elements -> Add Element -> right click on the newly created Element -> Set Type -> New... -> ensure the Complex Type option is selected -> press OK -> right click on the new type -> Add Sequence -> right click on the newly created sequence -> Add Element (repeat this several times) -> Reorder the elements in the sequence by dragging in the Design or Outline view and ensure the changes are synchronized in both views and is reflected in the Source view

Source Editing

  1. As You Type Validation: as you type validation shows red squiggles for invalid content (no red squiggles see https://bugs.eclipse.org/bugs/show_bug.cgi?id=124911)
  2. Content Assist: use CTRL+SPACE in various parts of the WSDL to see the possible entries that can be added
  3. Context menus: right click in the Design, Outline, and Source view to check the context menus
  4. Formatting: in the Source view, right click -> source -> Format. Now untab some elements by selecting elements and using SHIFT+TAB. To reformat, right click -> source -> Format.
  5. Toggle comment: in Source view, right click -> source -> Toggle Comment
  6. Add block comment: in Source view, right click -> source -> Add Block Comment
  7. Remove block comment: in Source view, right click while inside a block comment -> source -> Remove block Comment
  8. Switching between Design and Source view: make sure changes to the source are reflected in the Design view

Note: there is no as you type validation for WTP but this feature does exist for RAD

Export Diagram as Image

From the menubar, WSDL -> Export Diagram as Image -> choose filename -> Press OK. Open the image and ensure the proper image is exported (according to what's shown in the Design view) and the image is not cut-off

Navigation History

The Navigation History's back and forward buttons can be found in the toolbar as a left and right arrow respectively. A shortcut is to use ALT+LEFT and ALT+RIGHT.


In the Design View, create a chain of references by clicking on items such as inline schemas and imported WSDL components. Use the back and forward arrows to navigate through the chain of references. Ensure the correct Design View is displayed for the item and the back and forward buttons navigate correctly through the chain of references.

Hyperlink Navigation

  1. Referenced components: in the Source View, press F3 or "CTRL+click" over a referenced component. The source editor should go to the referenced component
  2. Imports in the Source View: in the Source View, press F3 or "CTRL+click" over an imported WSDL or XML Schema and the selection should jump to the referenced component
  3. Imports in the Design View: in the Design View, double click on an imported WSDL or XML Schema, which will automatically open the editor

Extensions

  1. HTTP: in Outline view, select a created Port Type -> click the Extensions properties from the Properties View -> Add.. -> HTTP -> select an available component to add -> press OK -> click ont he new extension from the Extensions list -> fill in the Extensions details
  2. SOAP: in Outline view, select a created Port Type -> click the Extensions properties from the Properties View (the text is currently not showing up, but it is the 3rd button on the vertical tab) -> Add.. -> SOAP -> select an available component to add -> press OK -> click ont he new extension from the Extensions list -> fill in the Extensions details
  3. MIME: in Outline view, select an Input from a created Port Type's Operation -> click the Extensions properties from the Properties View (the text is currently not showing up, but it is the 3rd button on the vertical tab) -> Add.. -> MIME -> select an available component to add -> press OK -> click on the new extension from the Extensions list -> fill in the Extensions details

Refactoring

Rename a Port Type: in Outline view, right click on a created Port Type -> Refactor -> Rename... -> rename the file and press OK

File Creation & Saving

  1. Save and Save-As: Use save and save-as on WSDL files
  2. Close without saving: changes should not be committed
  3. Open existing WSDL file
  4. Create a new WSDL file: File -> New -> Other... -> Web Services folder -> WSDL

Validation

  1. Schema validation: introduce invalid elements/attributes, incorrect types, and break references (change an element's name which has multiple references to it) to a valid WSDL file. Right click on the WSDL file in the Package Explorer -> Validate. A red X should show up because the WSDL file is invalid. Revert the changes and re-validate, the X should disappear
  2. Disconnected mode: disconnect your computer from the internet and verify no new errors have occurred because of it via right clicking on the WSDL file in the Package Explorer view -> Validate

Schemas

  1. Launch inline schema editor: in the Design view, right click on a Port Type (The Port type box has a purple circle with a white I) -> Add Operation -> Press the faded gray arrow that appears on the right side of the new Operation (there is a gray arrow for the Input and Output. Once pressed, the name of the Source and Design view should say, "Inline Schema of [WDLN name]". Make changes to the schema using the Design or Source view and verify these changes are reflected in both views. Save the changes and close the inline Schema editor. Now reopen the inline Schema editor with the same steps and verify the changes.
  2. Launch editor on an external schema: in the Design view, right click on a Port Type (the Port type box has a purple circle with a white I) -> Add Operation -> in the row that says Input, select the cell on the farthest right on this row -> in the Properties view under the General properties, set the Reference Kind to "Element" and select Browse... from the Element combo box -> select "Workspace" for search scope -> select an element which is not part of the current schema -> press OK -> open the schema by pressing the faded gray arrow to the right of the Input row to bring up the schema editor. The Design and Source view name should not say "Inline Schema"
  3. Show Preview: in the Design view, mouse over a faded gray arrow located next to the Port Type and a preview of the graph will be shown as a popup in the Design view. To close this preview, press on this popup

Preferences

WSDL preferences are found in the menubar Window -> Preferences -> Web Services -> WSDL Files


Default Target Namespace

Modify the Default Target Namespace and ensure this namespace is used in the WSDL wizard.


Regenerate Bindings

Broken now see https://bugs.eclipse.org:443/bugs/show_bug.cgi?id=250420


Prompt Regenerate Binding on save

Broken now see https://bugs.eclipse.org:443/bugs/show_bug.cgi?id=250420


Automatically remove unused WSDL and XSD imports and Namespace entries

Make sure the option "Automatically remove unused WSDL and XSD imports and XML Namespace entries" is unchecked. Make changes if needed and press OK, otherwise press cancel.

Switch to Source view -> after the <wsdl:definitions> tag, add an import statement like: <wsdl:import namespace="http://www.example.org/GolfCountryClub" location="../../XMLExamples/GolfCountryClub/GolfCountryClub.xsd"></wsdl:import> -> Save the file. Check the "Automatically remove unused WSDL and XSD imports and XML Namespace entries." If you Save again, the unused import will disappear.

WS-I Compliance

WSDL WS-I Compliance Setup

  1. Create an empty WSDL file by using File -> New -> File, and naming the file with the .wsdl extension
  2. Right click on the Design View -> Add Service, let this Service be known as the newly created Service
  3. Right click on the Design View -> Add Binding, let this binding be known as the newly created Binding
  4. Right click on the Design View -> Add PortType, let this PortType be known as the newly created PortType
  5. Right click on the newly created Binding -> Generate Binding Content... -> Choose the newly created PortType as the Port Type and select HTTP as the protocol -> click Finish
  6. Right click on the Port, which is the child of a Service -> Set Binding -> Existing Binding... -> select the newly created Binding -> Press OK
  7. Save the file and right click on the file -> Validate
  8. There should be one error on 'mime:content', to fix double click on the error, which will bring you to the Source view. Remove: <wsdl:output><mime:content type="text/xml" /></wsdl:output>
  9. Save the file and Validate again, you should see WS-I warnings
  10. Now the file is ready for testing

Tests:

  1. Ignore compliance: From the menubar, Window -> Preferences -> Service Policies -> for both WSI AP 1.0 and WSI BP 1.1 SSBP 1.0 set the Compliance Level to "Ignore compliance" -> Press OK -> Validate the WSDL file, all the WS-I warnings should dissapear
  2. Suggest compliance: Repeat the step above, but choose "Suggest compliance." The WS-I warnings should be shown when validated
  3. Require compliance: Repeat the step above, but choose "Require compliance." The WS-I warnings will now be errors when validated

Zooming

  1. Zoom out: open a WSDL file and go to the Design View. From the menubar -> WSDL Editor -> Zoom Out. Try several times and make sure the text and the boxes get smaller
  2. Zoom in: open a WSDL file and go to the Design View. From the menubar -> WSDL Editor -> Zoom In. Try several times and make sure the text and the boxes get larger

Links

Back to the top