dev@jax-ws.java.net

retrieve wsdl

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Fri, 24 Feb 2006 16:06:01 +0100

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.