[jboss-user] [JBossWS] - Re: question about WS client accessing local wsdl
PeterJ
do-not-reply at jboss.com
Tue Mar 25 15:41:33 EDT 2008
Have you tried something like this:
URL x = Thread.currentThread().getContextClassLoader().findResource(WSDL_NAME);
where WSDL_NAME is the relative path to the file within the JAR.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138817#4138817
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138817
More information about the jboss-user
mailing list