Hi,

You proposed to use the JAX-WS API to create a service, but
do you know how to specify a relative path to e.g.

 META-INF/wsdl/x.wsdl

 ?

 I tried the 
 
 "file:/./META-INF/wsdl/x.wsdl"
 "file:/META-INF/wsdl/x.wsdl"
 "file:./META-INF/wsdl/x.wsdl" 
 "file:META-INF/wsdl/x.wsdl"
 "file://META-INF/wsdl/x.wsdl" 
 "file:///META-INF/wsdl/x.wsdl" 

but no one is working... 

Could I avoid to use absolute path?

Thanks a lot for your help,
Bye,
Janos



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031492#4031492

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031492
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to