1 Reply Latest reply on May 12, 2006 3:25 AM by thomas.diesler

    Unable to deploy web service method that passes a javabean a

    sriramd

      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.