I got the following error while importing the WSDL of a web service:
Here is the source file:
FL.wsdl
Does this mean OutSystems does not support this type of relations?
yup.
You can import it via integration-studio and use it from there
Hi Stanley,
I had the same problem when I used a Java stack instalation of the plataform.
The workarround that I used was: open the WSDL template in browser (I use Google Chrome); download the file wsdl (save as...); open the file saved in notepad and then change the types that are not working.
After that, in ServiceStudio, do right-click over the WebService, and then click "Refresh SOAP Web Service..."
Change de URL to the local file, like bellow:
When you click in OK buttom, the next window will open to confirm:
Let us knwow if this work for you.
Regards,Breno
Breno Nico wrote:
I forgot one important detail: You need change the Web Service Reference at ServiceCenter to point to correct URL.
Breno,
I followed your instructions and did not got the import error any more, but some structures are not imported at all.
@J: Can you give more details on how to import in Integration Studio?
Thanks,
Stanley