-
Bug
-
Resolution: Done
-
Major
-
jboss-ws4ee-4.0.1
-
None
It appears that web services methods that take no parameters as the one below
Code:
public String getVersion();
is incompatible with document literal style at least in JBossWS. The web service appear to be successfully deployed, but when I try to find the list of deployed web services at http://localhost:8080/ws4ee/services I get the following exception,
Quote:
Exception - org.apache.axis.InternalException: java.lang.Exception: The OperationDesc for getVersion was not synchronized to a method of com.retail_logic.ws.interfaces.HelloService.
- is related to
-
JBWS-531 document literal style and ws method with no parameter
- Closed