-
Feature Request
-
Resolution: Obsolete
-
Major
-
None
-
None
Typically a WS client consumes a remote WSDL that either contains or points to an XSD Schema document.
Create a set of standalone WSDL files that use a comprehensive set of WSDL features. Each WSDL should demonstrate the use of a particular WSDL feature.
Here is an arbirary (probably incomplete) list of required features:
- one-way messages
- in, inout parameters
- fault messages
- bound and unbound headers
- attachment binding
- message parts referencing schema elements
- message parts referencing schema types
- wsdl imports, includes
Where applicable, there should be an rpc and a document style version for each feature.
Check the WSDL-2.0 spec for additional features that we will have to support.
The primer is also a good source of input
http://www.w3.org/2002/ws/desc/wsdl20-primer
Each WSDL provides the input for a JUnit test. Since there we don't know of any tool that can do wsdl2.0 to Java, the test fixtures must be provided manually.
To resolve this issue it is not required to provide an implementation that make the tests work. This is subject to JBWS-210
- blocks
-
JBWS-210 WSDL2.0 to Java implementation
- Closed