[jboss-user] [JBossWS] - Re: wstools error from WSDL to Java
tejasjani
do-not-reply at jboss.com
Tue May 22 01:16:53 EDT 2007
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
More information about the jboss-user
mailing list