-
Bug
-
Resolution: Done
-
Major
-
jbossws-native-3.0.4
-
None
We read and transfer the wsdl to set the value for the javax.xml.ws.wsdl.description key in the MessageContext. On real world scenarios, this can cause bad performances due to the network latency. Despite the javadoc of MessageContext suggesting an InputSource for that value type, the JAXWS 2.1 spec says that has to be a URI and the Metro impl also use a URI. Using a URI would save a lot of time.
- is incorporated by
-
JBPAPP-2825 WSDL_DESCRIPTION population in MessageContext badly affects performances
- Resolved
-
JBPAPP-2826 WSDL_DESCRIPTION population in MessageContext badly affects performances
- Resolved
-
JBPAPP-2824 WSDL_DESCRIPTION population in MessageContext badly affects performances
- Closed