问题描述
我现在是Web服务的新手和Jax-WS Web服务。我创建了一个小的Web服务并托管在tomcat服务器中。我首先创建了Web服务类并生成了WSDL。我已经使用eclipse IDE创建了项目。
首先创建Web服务类并尝试使用生成的WSDL文件所在的类来生成WSDL? / p>
我想知道文件是否在部署时生成,或者是在生成之后位于WAR文件的确切位置?
任何人都可以帮助我澄清这个...
如果你想检查webservice运行状态
http:// localhost:8080 /<您的项目名称> / services /< Webservice类名>
找到wsdl文件
http:// localhost:8080 /<您的项目名称> / services /< Webservice类名>?wsdl
I am new to web services and studing Jax-WS web services these days. I created a little web service and host it in tomcat server. I have first created the web service classes and generated the WSDL. I have created the project using eclipse IDE.
When we create the web service class first and trying to generate the WSDL using the class where does the generated WSDL file located?
I want to know whether the file is generated at the deployment time or is it located in exact place in the WAR file after generating ????
Can anybody please help me o clarify this...
If you want to check webservice running status
http://localhost:8080/<Your project name>/services/<Webservice class name>
To locate wsdl file
http://localhost:8080/<Your project name>/services/<Webservice class name>?wsdl
这篇关于生成的WSDL文件位于何处的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!