Support for overloaded operations in web service

[] [] [] [] [] [] []

Symptom
The web service provider application with overloaded methods deploys with warning:
‘java.lang.RuntimeException: Duplicate request/response wrapper beans found’
Other terms
overloaded web service operations
Reason and Prerequisites
The overloaded methods of web service are stored in a Hashtable with key the method name. As a result in case of overloaded method, only the last processed method information is [...]

Deploy of web service fails

[] [] [] [] [] [] []

Symptom
Webservices common deployment exception. The reason is: There is duplicate element for web service.
Other terms
web service deploy
Reason and Prerequisites
When more than one application with web service are deployed together it is possible that the old data from previous deploys for some of the applications is not deleted and is mixed with the new [...]