tefozi
tefozi

Reputation: 5480

Flex WebService using WSDL. How to list available operations?

I'm using WebService class with WSDL.

How to list available operations in WSDL and their parameters?

There is operations property but it's empty.

Upvotes: 0

Views: 1863

Answers (2)

Chris Klepeis
Chris Klepeis

Reputation: 9983

Why not just go to the WSDL in your browser to see the functions available? I don't believe its built into Flex to list out the available operations for you

Upvotes: 0

Related Questions