"AJanz" wrote : something i must do wrong. | | i edited the wsdl file, but then could no longer build the project because | | <xsd:import namespace="mynamespace" | schemaLocation="http:/myalias:8080/project/Service?wsdl&resource=myschema.xsd"/> |
While editing the local copy of the wsdl, also change the import url with something like <xsd:import namespace="mynamespace" | schemaLocation="myschema.xsd"/> and add the myschema.xsd to the archive you deploy, along with the wsdl file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121491#4121491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121491 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
