Click here to Skip to main content
15,905,028 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, i wrote a web service using Spring STS (i created Spring MVC project), so i used java language.
Now i have to connect my web service with xcelsius 2008.
Xcelsius wants wdsl file, that i don't have. how can obtain wdsl file?
My web service works right, because through the url
http://localhost:8080/spring/login[^]
i get my function.
Please, help me!

Thanks
Posted

1 solution

You can generate WSDL out of your Java classes served up by your service. Please see: http://docs.oracle.com/javase/6/docs/technotes/tools/share/wsgen.html[^].

Providing WSLD is the #1 chore in developing this kind of services. :-)

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900