http://localhost/axis2/services/TestWS/myxsd.xsd
does not work.
And of cause this is not the problem.
Using any WS client or IDE analysing the wsdl containing an import like
<xsd:import namespace="mynamespace" schemaLocation="myxsd.xsd" />
I think they would try to load the xsd from
http://localhost/axis2/services/myxsd.xsd
So my idea was to address the schemaLocation absolute (not so nice but
possible), but as I mentioned this does not work.
Tobias
Try http://localhost/axis2/services/TestWS/myxsd.xsd because we need
to know which aar the xsd is in...
-- dims
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]