Here is the wstools-config.xml file: (both the wsdl and xsd files are in the same location)
| <?xml version="1.0" encoding="UTF-8"?> | <jbos:configuration xmlns:jbos="http://www.jboss.org/jbossws-tools"> | <jbos:global> | <jbos:package-namespace namespace="http://demandtec.com/integration/schema.xsd" package="test.types"/> | <jbos:package-namespace namespace="http://www.w3.org/2004/11/xmlmime" package="test"/> | <jbos:package-namespace namespace="http://demandtec.com/integration/schema" package="test"/> | <jbos:package-namespace namespace="http://www.w3.org/2001/XMLSchema" package="test"/> | </jbos:global> | <jbos:wsdl-java location="C:\test\HEBService_Full_.wsdl" parameter-style="bare"> | <jbos:mapping file="test-mapping.xml"/> | <jbos:webservices ejb-link="" append="false"/> | </jbos:wsdl-java> | </jbos:configuration> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047427#4047427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047427 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
