Expand my Community achievements bar.

Web Service Introspection + Ant

Avatar

Level 1
I'm working on a large project which involves pulling data
from over 30 different web services. I'm using the Web Service
Introspection Wizard in Flex Builder 3 to create proxy classes. I
am then running my own custom ant tasks to automatically generate
further wrappers based on the generated proxy classes.



I would like to automate the whole process such that I can
update all Web Service Proxy classes without going through the Flex
Builder Wizards, perhaps from a java class or ant task. Is this at
all possible? Is there an API I can tap into to do this? I don't
want to sit there going through the wizard over 30 times to update
each service manually...
0 Replies