Hello, i have a simple (top-to-bottom) webservice, generated from a WSDL, that has 2 methods. Both methods take a string and return the processed result as string.
That works good currently. So far so good. Now i want to add a new method that takes two ints as parameters and returns the sum (just an example). When i add this mathod to the service and re-generate the skeleton the last added method is defined as void and does not take any parameters! I am not able to add new methods to the service that are returning values or using parameters. I have tried to use the Axis code generator and the Eclipse-internal generator but both are showing the same problem. Does anyone have a hint what might g wrong here?? Thanks in advance, Ralf --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
