[jboss-user] [JBossWS] - schemalocation generated by wstools
wberkel
do-not-reply at jboss.com
Sun Dec 10 11:36:23 EST 2006
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
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992547#3992547
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992547
More information about the jboss-user
mailing list