Generate data services client for ant script
Is it possible to generate a dataservices cllient using ant? If so, how would I dothis?
- Login or register to post comments
- Printer friendly version
- 253 reads
Is it possible to generate a dataservices cllient using ant? If so, how would I dothis?
You will first need to
You will first need to define your data service and then using the tooling, get the correct WSDL. You could simply click on the WSDL link on the services page, and use this WSDL. You can write an Ant script that will call WSDL2Java and provide the URL of the WSDL to this as an input.
Regards
Afkham Azeez