Interesting, where do you get the wsdl from? You are already doing the correct thing to rename return but you name it "Hello". Hence, your generated wsdl should read:
| <message name="CustomersSessionBean_HelloWorldResponse"> | <part name="Hello" element="s0:HelloWorldResponse" /> | </message> | If you inserted @WebResult(name="parameters") then you should get: | <message name="CustomersSessionBean_HelloWorldResponse"> | <part name="parameters" element="s0:HelloWorldResponse" /> | </message> | This definitely works with JBossWS-1.0.2. Regards Doug View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968153#3968153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968153 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
