1 Reply Latest reply on Dec 12, 2006 7:18 AM by thomas.diesler

    schemalocation generated by wstools

    wberkel

      When I use wstools to generate java source and jaxrpc-mapping.xml from a wsdl, it generates

      <java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>


      as the first line in the jaxrpc-mapping.xml.

      The xml validator in Eclipse doesn't like the j2ee_jaxrpc_mapping_1_1.xsd on the ibm site. It says it contains errors. If I replace this with http://java.sun.com/xml/ns/j2ee/j2ee_jaxrpc_mapping_1_1.xsd
      as the namespace suggests then everything validates.

      Can the generation be changed accordingly?

      Wim van Berkel