Process to generate java files using WSDL command
1:- Set BroadVision path
EXP: [ltuser1@tcdev1 bin]$ . [Link]
2:- Run the WSDL command
[Link] [Link] .
A: [Link] present in bin directory.
B: See in the last there is a dot (.) means WSDL generate file in current directory,
You can generate in particular location.
EXP: [ltuser1@tcdev1 vijay]$ now file will generated in vijay folder.
3:- Create jar file
A: set java path(If already set then no need)
B: Go to folder where java files are generated through cmd
jar -cvf [Link] *
4:- Put your jar file in lib folder.
5:- To see methods present in WSDL .
A: Type your URL - [Link]
wsdl
HAVE A NICE DAY