views:

121

answers:

1

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.

A: 

I would suggest you to use EASY WSDL : http://easywsdl.ow2.org/

I can parse both WSDL 1.1 and 2.0 unlike WOM which can only parse 1.1.

It's really a very simple api try it!

shivaspk