Open gregturn opened 16 years ago
Arjen Poutsma commented
Doesn't the CommonsXsdSchemaCollection, in combination with an inline=true property, do that?
Stephen Duncan Jr commented
Sorry, that was a missed detail from my request: that included (not imported) schemas work when NOT inlining schemas.
Arjen Poutsma commented
I've been trying to find a fix for this issue for a couple of days, but none of the ideas work, especially when considering circular includes, and other issues.
So I will move this issue from 1.5.4, and pick it up again if I (or anybody else) get an idea how to solve it.
Stephen Duncan Jr opened SWS-348 and commented
When using org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition, support discovering Request Response element from the included schemas when pointing to a schema like:
\<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.com/foo" elementFormDefault="qualified">
</xs:schema>
No further details from SWS-348