File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes wsdl Location Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "wsdl Location " Watch "wsdl Location " New topic
Author

wsdl Location

Stefan Gerber
Ranch Hand

Joined: Mar 08, 2008
Posts: 33
Hello,
Is it possible to set the wsdlLocation to a local file like:

File file = new File("WebServiceTestService.wsdl");
Service service = Service.create( file.toURI().toURL(),....)

Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2160
Hi!
Yes, that should work.
Best wishes!


My free books and tutorials: http://www.slideshare.net/krizsan
 
 
subject: wsdl Location
 
developer file tools