"cliffb53" wrote : Maybe I'm wrong but from my experiences I reckon that wstools only supports a single webservice per config.xml. |
That is correct, this is because the output directory is shared for a single tools run. anonymous wrote : 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) You need to specify separate output directories for each run anonymous wrote : Maybe because of the sheer lack of examples. Have you looked at the samples and the user guide? anonymous wrote : | 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. | Can you provide a more specific example of this? -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945319#3945319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945319 ------------------------------------------------------- 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
