Saturday, 17 February 2018

How to generate stup files from WSDL

TO generate wsdl files from stub use following procedure
Go to bin directory in cmd prompt
C:\Program Files\Java\jdk1.8.0_161\bin

Enter command

WSIMPORT <Your wsdl Path?WSDL>

If you recieve error for space in program space files

use this command

Go to D:

"C:\Program Files\Java\jdk1.8.0_161\bin" -Keep <Your wsdl Path?WSDL>

To define path where you want your files to be placed

use

wdimport "C:\Program Files\Java\jdk1.8.0_161\bin" -Keep -s D:\MyProject <Your wsdl Path?WSDL>

No comments:

Post a Comment