login button

Generate data services client for ant script

Forums :

Is it possible to generate a dataservices cllient using ant?  If so, how would I dothis?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.