Hi
I have been trying to figure out a fundamental inconsistency with JBossWS. When I deploy
a SessionBean as a web service with JBoss-4.0.4 + JBossWS 1.0.2 + EJB3; JBossWS deploys
the service and generates a WSDL description of the service.
In the generated WSDL the output messages are defined with a name
INTERFACE-NAME_METHOD-NAMEResponse.
However, when the service is invoked the message returned from the service is
METHOD-NAMEResponse.
Surely the the message names should be the same? How can we program with web services if
JBossWS returns messages that don't conform to the WSDL description of those
messages?
Regards
Doug
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968125#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...