Hello, Apologies if this is a newbie question:
When I run wsdl2java using the 1.5.4 build I get wsdl files and services.xml generated in the resources directory. All schema locations within the wsdl files are on the net: for example: <xsd:import namespace="http://docs.oasis-open.org/wsrf/r-2" schemaLocation=" http://docs.oasis-open.org/wsrf/r-2.xsd"/> When I run wsdl2java using 1.3 I get wsdl files, services.xml and the appropriate number of XML schema files in the resource directory. All schema locations within the wsdl files are local: for example: <xsd:import namespace="http://docs.oasis-open.org/wsrf/r-2" schemaLocation="xsd13.xsd"/> I can get around this by running wsdl2java twice and using the resources from the 1.3 run and the generated source from the 1.5.4 run but would like to be able to do this in one step. The generated sources from the 1.3 run have an error or two in the code so I don't want to just use 1.3. Does anybody know how to solve this problem? thanks, -- Barry.
