During the integration of Talend airport tutorial in EasySOA, we found some problems with the WSDL files generated by the SimpleProvider job.
In the WSDl generated by the job, the input and output parameters for the operation getAirportInformationByISOCountryCode are defined as 'anyType ' instead of to resume the types defined in the WSDl used to make the job.
So there is an inconsistency between the reference WSDL and the generated WSDL. In addition, with the form generator, we can only represent the type 'anyType' with a text area that will be filled with raw XML by the user. There is not a lot of added value to do that.
Patched in the latest Talend Studio (demoed by Cedric on 20111115), which is more based on service definitions and even uses the Eclipse WSDL editor plugin.
TODO Open Wide : update EasySOA Talend demo next time we work on it (ex. runtime discovery, or Studio registry plugin).
During the integration of Talend airport tutorial in EasySOA, we found some problems with the WSDL files generated by the SimpleProvider job.
In the WSDl generated by the job, the input and output parameters for the operation getAirportInformationByISOCountryCode are defined as 'anyType ' instead of to resume the types defined in the WSDl used to make the job.
So there is an inconsistency between the reference WSDL and the generated WSDL. In addition, with the form generator, we can only represent the type 'anyType' with a text area that will be filled with raw XML by the user. There is not a lot of added value to do that.