I have a siimple HelloWorld web service with 2 method calls.
1. helloWorld that takes a string as an argument and just prints it
2. helloWorldSpecial that takes a simple javabean and does nothing.
When I have just the first method, all works fine
When I add the second method, jboss complains that a mapping could not be found and does not deploy the web service. I use Axis java2wsdl to generate the wsdl. What mapping do I need to specify in jaxrpc-mapping to get the web service to deploy successfully.