Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

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

Open
glassfishrobot opened this issue Apr 8, 2016 · 3 comments
Open

Comments

@glassfishrobot
Copy link

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
Copy link
Author

Reported by PeterSdsw

@glassfishrobot
Copy link
Author

Was assigned to snajper

@glassfishrobot
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant