-
Bug
-
Resolution: Done
-
Major
-
jbossws-1.0EA
-
None
Somehow the tools handling of schema imports in wsdl has to be checked further. Here is a case where WSDL11Reader chokes on a wsdl that the Microsoft world has created.
Please disregard all the wsdl extensions like policy, addressing etc from the wsdl. The real issue is the handling of the schema imports.
Before:
$> ant -Dtest=org.jboss.test.ws.wsdl11.MicrosoftGeneratedWSDLTestCase one-test
one-test:
[junit] Running org.jboss.test.ws.wsdl11.MicrosoftGeneratedWSDLTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 3.203 sec
[junit] Test org.jboss.test.ws.wsdl11.MicrosoftGeneratedWSDLTestCase FAILED
The wsdl and the imported xsd are in:
/jboss-head/webservice/test/resources/wsdl11/microsoft--interop/rpclit
$ ls
BaseTypesRpcLit.wsdl BaseTypesRpcLit.xsd
- blocks
-
JBWS-512 Microsoft Interoperability Tests Container
- Closed