[jboss-user] [JBossWS] - Re: Problem with wsdl

2006-09-03 Thread EricYP
Hi, Steven: Thanks for you advice? I have found the file and solved the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969138#3969138 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969138 ___

[jboss-user] [JBossWS] - Re: Problem with wsdl

2006-08-31 Thread stevenh
Hi Eric, see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=89277 the jboss-bean.xml also contains a webservicehost param. Steve. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968822#3968822 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBossWS] - Re: Problem with wsdl

2006-08-31 Thread EricYP
I use JBoss version: jboss-4.0.4.GA There is only jbossws14.sar directory under server\default\deploy instead of jboss-ws4ee.sar (and there is no AxisService deployed in jboss-service.xml under server\default\deploy\jbossws14.sar\META-INF) What can I do? I also suffer the problem! View the orig

[jboss-user] [JBossWS] - Re: Problem with wsdl, accessing a WebMethod in a statelessS

2006-08-30 Thread elster
Firstly Doug i have to say thankya for your reply. Nevertheless it isn't working in that way. I've changed my method from | @WebMethod(operationName="HelloWorld") | @WebResult(name="Hello") | public String HelloWorld(){ | return "Hello World"; | } | to | @WebMethod(op

[jboss-user] [JBossWS] - Re: Problem with wsdl, accessing a WebMethod in a statelessS

2006-08-29 Thread Doug.Palmer
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: | | | | If you inserted @WebResult(name="parameters") then you should get: | | | | This def

[jboss-user] [JBossWS] - Re: Problem with wsdl, accessing a WebMethod in a statelessS

2006-08-29 Thread elster
I found out that the problem is in the wsdl at line 18. | | The error is the "name" attribute. It should be called "parameters". | | My new question is: How can i change that behaviour on JBOSS? View the original post : http://www.jboss.com/index.html?module=bb&op=