Hi. I was able to work around this issue by naming all my WSDL request parameters as
"arg0", "arg1" etc (instead of "id", "name" in
your example), and by naming by response parameter as "result". Probably there
is a cleaner solution using JAXB annotation, which allows you to name parameters the way
you like.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144797#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...