Support for overloaded operations in web service
[operations] [overloaded] [service] [support service] [web] [web service] [webservice]
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 [...]