Support for overloaded operations in web service
[operations] [overloaded] [service] [support service] [web] [web service] [webservice]
- Deploy of web service failsSymptom 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...
- Web Service Consumer Configuration via WSDL documentSymptom When configuring a Web Service (WS) consumer Logical Port (LP) in the single configuration view of transaction SOAMANAGER, you recognize, that any operation specific property value settings (especially the ’soapAction’ property)...
- Added support wof @WebServiceRef without ‘name’ attributeSymptom @WebServiceRef is used without ‘name’ Other terms WebServiceRef, web service client Reason and Prerequisites According to JAX-WS specification, @WebServiceRef doesn’t require ‘name’ attribute. The fix provides support for @WebServiceRef used without...
- DB2-z/OS: Service SQLSymptom You want to create the service SQL to extract the current SQL query scenario. Other terms DB2, OS/390, z/OS, PLI8, DSNPLI8 Reason and Prerequisites To reproduce problems in the area of...
- Fixes issue with 2 client modules consuming the same serviceSymptom Missing Consumer Proxy in NWA -> Single Service Administration Other terms web service proxy, consumer proxy configuration Reason and Prerequisites When an application contains more than one consumer proxy to the...
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 stored and the information for the rest of the overloaded methods is lost.
As a solution the key is changed to use the method name and the method parameters as well. Thus the overloaded methods are properly processed.
Solution
Update to 7.11 SP03 or a subsequent SP.