6 Replies Latest reply on Jan 19, 2008 8:10 AM by ajanz

    url mapping schemalocation

    ajanz

      Hi,

      i got some problem with the schema location url.

      the source wsdl file has an import like

      <xsd:import namespace="mynamespace"
      schemaLocation="myschema.xsd"/>

      after deploying the wsdl looks like

      <xsd:import namespace="mynamespace"
      schemaLocation="http:/mycomputer:8080/project/Service?wsdl&resource=myschema.xsd"/>

      the problem is that "mycomputer" isn't reachable over the internet, so it should look like this

      <xsd:import namespace="mynamespace"
      schemaLocation="http:/myalias:8080/project/Service?wsdl&resource=myschema.xsd"/>

      how can i solve this?