[jboss-user] [JBossWS] - Re: Not able to generate the wsdl

2009-06-23 Thread PeterJ
I copied your code, as is, into one of my web service classes, compiled and deployed to AS 4.2.3, and I get the WSDL without any problems. So now the question is how is your web service different from mine. I assume you are packaging it as a JAR file - could you post the JAR file contents. You

[jboss-user] [JBossWS] - Re: Not able to generate the wsdl

2009-06-23 Thread jena435
yes the jars are from the same version. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239519#4239519 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239519 ___ jboss-user mail

[jboss-user] [JBossWS] - Re: Not able to generate the wsdl

2009-06-23 Thread jena435
Peter, I am using jboss 4.2.3 ga. Thanks, RJ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239518#4239518 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239518 ___ jboss-use

[jboss-user] [JBossWS] - Re: Not able to generate the wsdl

2009-06-23 Thread PeterJ
What version of JBoss AS are you using? Did you compile your web service using the JARs from that same version? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239515#4239515 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBossWS] - Re: Not able to generate the wsdl

2009-06-23 Thread jena435
Peter, I tried using the example you have mentioned but I still get the errors. The errors that is in the console log. 13:28:33,507 ERROR [[/hello]] StandardWrapper.Throwable java.lang.ClassCastException: org.jboss.wsf.framework.DefaultSPIProviderResolver at org.jboss.wsf.spi.SPIProvider

[jboss-user] [JBossWS] - Re: Not able to generate the wsdl

2009-06-23 Thread PeterJ
Hmm, you're using a lot more annotations than I used for a simple service. See here for a complete example: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4182251 Try using the minimal number of annotations (and annotation attributes) first and see if that works. If so, then the issue