0% found this document useful (0 votes)
8 views1 page

Generate Java Files from WSDL Process

This document outlines the process to generate Java files from a WSDL file using the WSDL2AA.sh command. It involves: 1) Setting the BroadVision environment path; 2) Running WSDL2AA.sh and specifying the WSDL URL and output directory; 3) Creating a JAR file from the generated Java files; and 4) Viewing the available methods by accessing the WSDL URL in a browser. The process allows developers to consume a SOAP web service by generating Java client code from the WSDL definition.

Uploaded by

Vijay Kumar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Generate Java Files from WSDL Process

This document outlines the process to generate Java files from a WSDL file using the WSDL2AA.sh command. It involves: 1) Setting the BroadVision environment path; 2) Running WSDL2AA.sh and specifying the WSDL URL and output directory; 3) Creating a JAR file from the generated Java files; and 4) Viewing the available methods by accessing the WSDL URL in a browser. The process allows developers to consume a SOAP web service by generating Java client code from the WSDL definition.

Uploaded by

Vijay Kumar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

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

You might also like