[jboss-user] [JBoss Web Services] New message: "Re: EJB WS Annotation and WSDL generation"
Alessio Soldano
do-not-reply at jboss.com
Thu Mar 11 05:18:34 EST 2010
User development,
A new message was posted in the thread "EJB WS Annotation and WSDL generation":
http://community.jboss.org/message/531325#531325
Author : Alessio Soldano
Profile : http://community.jboss.org/people/alessio.soldano@jboss.com
Message:
--------------------------------------------------------------
What does it mean a wsdl is "better" than another? You might want to post the differences. The wsdl can either be valid/consistent with the endoint or not. If you can't automatically generate a working client from a valid wsdl, perhaps you have an issue in the tool/library used on client side.
This said, you're probably missing the endpointInterface declaration in the @WebService annotation on the endpoint impl. That way your interface is most probably not being considered (from a ws point of view).
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531325#531325
More information about the jboss-user
mailing list