[jboss-user] [JBossWS] - Re: Problem with wsdl, accessing a WebMethod in a statelessS
Doug.Palmer
do-not-reply at jboss.com
Tue Aug 29 13:10:28 EDT 2006
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
More information about the jboss-user
mailing list