This content has been marked as final.
Show 1 reply
-
1. Re: Need to know, Dependencies of Exported EAR
weknowth59 Oct 12, 2014 12:31 PM (in response to weknowth59)1 of 1 people found this helpfulHi,
I have found one way to use project which is having imported wsdl.
Here is the way.
Project 1 : Dynamic web project
1) I have imported wsdl: It has been generated lot of classes.
Project 2 : Java Project
1) I have copied classes which have been created by wsdl
2) I have written business logic in java project: It will use web service classes
3) Exported that project as jar
I have imported that jar in another project. It worked fine.
I found there is no jars dependency.
Thanks.