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

WSI Test Plan

Revision as of 09:58, 27 July 2006 by Unnamed Poltroon (Talk)


WS-I Component Test Plan

http://www.eclipse.org//webtools/images/wtplogosmall.jpg

  Task Oriented Tests

Test Case 1 : Validating a WSDL File

  1. Download the following WS-I compliant wsdl into your workspace: Fax.
  2. Set the level of compliance for the Basic Profile and the Simple SOAP Binding Profile in the workspace to required. (For information on setting the level of WS-I compliant for the workspace or for a project see Setting the level of WS-I compliance). Wsipreference.png
  3. Validate the wsdl. The wsdl should be valid with no errors or warnings.
  4. Now, edit the wsdl using the WSDL editor, changing the SOAP binding from "document literal" to "rpc encoded". Save and exit the editor.

Back to the top