Trying to plug jms transport to jaxws, I met a problem with wsdl retrieving.
For now wsdl location is set by String, which transforms to URL.
But problem is that I can't specify wsdl location like
"jms://host:port/path", because will get "protocol not found" exception
from URL constructor.
Probably we need to use URI class there and some mechanism to plug a
transports for wsdl retreival?
WBR,
Alexey.