Maybe I'm wrong but from my experiences I reckon that wstools only supports a single webservice per config.xml.
It rewrites the files per iteration (ie. you have two config.xml files and when wstools parses the second, the output from the first is rewritten) therefore I have found the tool somewhat useless. Maybe because of the sheer lack of examples. One other issue you'll probably run into is that if in your webservice you have two methods, one returning an int and one returning a String, the wsdl will be incorrectly generated and the single result type will be of type int. So you'll get an error when you invoke the method that returns a String because a string can't be casted to an int. So far, these have been the issues I have found with wstools which makes me think that even if JBossWS is good it may have been rushed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945095#3945095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945095 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
