easysoa / EasySOA

A light, collaborative platform to make Service Oriented Architecture simple.
http://www.easysoa.org
35 stars 8 forks source link

Incomplete WSDL - Talend airport tutorial #46

Open JGuillemotte opened 13 years ago

JGuillemotte commented 13 years ago

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.

mdutoo commented 12 years ago