[jboss-user] [JBossWS] - question about WS client accessing local wsdl
Maffewl
do-not-reply at jboss.com
Tue Mar 25 11:40:40 EDT 2008
I'm trying to find the best way access a local wsdl, instead of going over http to a remote WSDL when creating a client-side service.
I want to package the WSDL in the same jar as my classes i've compiled as a resource but I haven't quite figured out how to create a java.net.URL to point at that WSDL.
I have been sucessful putting the wsdl in a known location and creating a URL with a file protocol and pointing to the absolute path on the server, but thats not as flexible as I want it to be, i was hoping to deploy it in a JAR
Has anyone else been sucessful with this?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138765#4138765
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138765
More information about the jboss-user
mailing list