简体   繁体   中英

Information other than WSDL using JAX-WS for SOAP?

I am using JAX-WS to export some SOAP Web Service Endpoints.

I know I can access the WSDL by appending ?WSDL to the web service endpoint. (Like http://localhost:8888/web_service/test?WSDL

Is there any other information I can get by appending things to the URL?

If you have a look at the generated WSDL (if you're using @WebService annotation) you can see that you can find the XSD with "?xsd=1".

I don't know how standard this is, though, and if there are cases where you could have different values than 1.

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