Hi, I am building an application using a JAX-WS DOMSource Provider and I was hoping I would get values for the following JAX-WS properties from the runtime without having to parse the DOMSource:
WSDL_DESCRIPTION (Type: java.net.URI) WSDL_SERVICE (Type: javax.xml.namespace.QName ) WSDL_PORT (Type: javax.xml.namespace.QName ) WSDL_INTERFACE (Type: javax.xml.namespace.QName ) WSDL_OPERATION (Type: javax.xml.namespace.QName ) But in my testing with the samples/dispatch_provider demo, these properties are not set in the MessageContext at all. Any ideas whether/how I could get these from the runtime in a JAX-WS DOMSource Provider? Or are these only set when using a server with an Impl? Thanks, Dhiraj.
