简体   繁体   中英

Parsing WSDL (WSDL URL) through Java

Is there a way to list the webservices and their parameters including optional or mandatory from a WSDL URL using java (J2SE) ?

Sample Input : https://com.provider.soap/services/travel?WSDL

You can use something like wsdl4j its the reference implementation of Java API for WSDL . It allows you to parse (read) or write WSDL files.

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