Hi, i am developing pojo web service and like to expose two methods for example called echo(String name) and echo(String name, boolean repeat). The Problem is that i will only get the first. I tried to add the operation twice in service.xml, but as i already exspected, this will cause nothing.
What can i do ? I may not change the name ! Regards, Tobias
