JMS SOAP/WSDL Binding
I ran across this
mail
from Glen. Apparently there is
IRI Scheme and
SOAP/WSDL binding for JMS in the works. Looks interesting lets see
how it goes.
Running JAXWS 2.1 wsimport on JDK 1.6
In my previous post I wrote about developing a web service endpoint on
JDK 1.6 and at the end of the blog I wrote how to run wsimport command line tool
from the standalone JAXWS 2.1 RI on top of jdk 1.6.
You do not want to put all the jars from @JAXWS_HOME/lib into endorsed
directory. This may work for wsimport command line tool as...