WSDL Object model
Posted
by Swaroop
on Stack Overflow
See other posts from Stack Overflow
or by Swaroop
Published on 2009-08-13T17:55:41Z
Indexed on
2010/03/18
7:01 UTC
Read the original article
Hit count: 738
I'm using the WSDL object model (WOM) along with XSOM for a project of mine. The WOM gives me a way to drill down and look at messages and the message types which are element declarations. However, I am unable to find a way to parse the simple and complex types. The APIs are tricky. There seems to be some kind of a connection between WOM and XSOM. I'd really appreciate it if you could tell me how I can parse the simple and the complex types in my .wsdl file.
© Stack Overflow or respective owner