-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
jbossws-1.0.0
-
None
I have an EJB that exposes two operations in a SEI. For the sake of simplicity, let's say operation1 returns a ClassA object and operation2 returns an int.
When running wstools to generate the WSDL and the mapping, if the config.xml file declares the service style as document and parameter-style as bare (which I'm assuming is the same as literal), the resulting WSDL contains an element that declares a single result of type int, and that result is used as the return type of operation1.
This is wrong because operation1's result should be of type ClassA.
- duplicates
-
JBWS-915 Doc/Lit Bare element defaults cause name collision
- Closed