简体   繁体   中英

How to find WSDL file in dynamic webservice project?

I generated dynamic webservice. After creating a class, I generated server side of this project with axis2 and tomcat6. I can't seem to find WSDL file in the project. When I run it on the server, I can go to available service list and I am able to find wsdl file located at http://localhost:8080/Projektuks/services/AddOperator?wsdl , but where is the actual .wsdl file?

I know this question might sound confusing. I can't think of any better explanation. I created a server side of webservice and I want to find generated .wsdl file but I am not able to.

wsdl file you are talking about is generated on the fly. If you want to save it on the local machine you case save it as you would save any other file. See this resource to know more.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM