javaee / metro

Metro has been contributed to Eclipse Foundation. Please use the link below to find the latest project
https://github.com/eclipse-ee4j/metro-jax-ws
Other
10 stars 1 forks source link

WebMethods from different classes with same name don't work #33

Open glassfishrobot opened 8 years ago

glassfishrobot commented 8 years ago

Following Java-first approach to develop soap-services for Tomcat 7, using org.glassfish.metro:webservices-rt:2.3.1 as soap-provider via Maven.

If webservices have the same function name but in different classes with different parameters and return-types, only one of them will work when deployed to the webserver, the other will report a argument type mismatch.

Parameters and return-types are classes with @XmlRootElement defined and different namespaces.

If one of the functions is renamed, both of them will work.

Environment

org.glassfish.metro:webservices-rt:2.3.1 Tomcat 7

Affected Versions

[not determined, 2.3]

glassfishrobot commented 8 years ago

Reported by PeterSdsw

glassfishrobot commented 8 years ago

Was assigned to snajper

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA METRO-33