NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
janne postilista Posted via mailing list.
|
Posted: Fri Aug 13, 2010 2:36 pm Post subject: Create web service from WSDL, wsdlLocation points to local filesystem |
|
|
I want to create a simple web service from WSDL in an ejb project.
I created a WSDL file saved it in my filesystem. When I create web service using "Web Service from WSDL..." wizard, it ends up creating jax-ws classes that point to my local filesystem.
How do I bundle the WSDL in my ejb project so that I don't have references to my local filesystem paths?
@WebServiceClient(name = "NewWSDLFile", targetNamespace = "http://j2ee.netbeans.org/wsdl/mavenproject1-ejb/testWSDL", wsdlLocation = "file:/D:/projects/zzz/dummyProto1/mavenproject1/ejb-ws-testi/src/wsdl/foo.wsdl")
public class NewWSDLFile_Service
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|