[jboss-user] [JBossWS] - Re: url mapping schemalocation
alessio.soldano@jboss.com
do-not-reply at jboss.com
Sat Jan 19 05:05:44 EST 2008
"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
More information about the jboss-user
mailing list