Do you have a sample. I found a problem with schemaLocation resoulution
support with WSDL's that import schemas in the current trunk. I just
recently suplied a patch to address the issue.
https://issues.apache.org/jira/browse/ODE-850
Dave
On 06/19/2010 05:52 AM, Christian Bruckhoff wrote:
Hi.
Is there a way, making ODE work with http:// schemaLocations? In the
published WSDL of the service it says
"<xsd:import namespace="http://xhydro.org/minimal/2009/09"
schemaLocation="putTimeSeries?xsd=http://www.xhydro.org/minimal/2009/09/XHydro.xsd"/>"
instead of
"<xsd:import namespace="http://xhydro.org/minimal/2009/09"
schemaLocation="http://www.xhydro.org/minimal/2009/09/XHydro.xsd"/>"
The location isn't reachable either, if I change all the schemas to
local locations.
Is there a was, to solve this problem?
Greetz
Christian