I've been looking for a way to programmatically parse WSDL and associated XSD files to get values from annotation / documentation tags. I managed to get values from wsdl using wsdl4j, but how do i do this for XSD files? I tried to use XSOM but for some reason i always get null.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
1). Hope this link will be useful for you to choose the best parser, I have tried using 2). Place the dependent XSD's in the folder where you have placed the WSDL. Then try parsing your WSDL, it should work fine. |
|||
|
|