[jboss-user] [JBossWS] - Re: wstools error from WSDL to Java

tejasjani do-not-reply at jboss.com
Tue May 22 14:43:21 EDT 2007


Thanks, here is the final file that seems to work

<?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="com.demandtec.ws.types"/>
  |       <jbos:package-namespace namespace="http://www.w3.org/2004/11/xmlmime" package="test"/>
  |       <jbos:package-namespace namespace="http://demandtec.com/integration/schema" package="com.demandtec.ws"/>
  |       <jbos:package-namespace namespace="http://www.w3.org/2001/XMLSchema" package="test"/>
  |    </jbos:global>
  |    <jbos:wsdl-java file="C:\test\HEBService_Full.wsdl" parameter-style="bare">
  |        <jbos:mapping file="test-mapping.xml"/>
  |        <jbos:webservices ejb-link="" append="false"/>
  |        <jbos:webservices servlet-link="testImpl" append="false"/>
  |    </jbos:wsdl-java>
  | </jbos:configuration>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047678#4047678

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047678



More information about the jboss-user mailing list