I'm working on an integration between our application built with OutSystems platform and a third party system through a SOAP interface exposed by the third party system.
Therefore i created a webreference in Integration on the logic tab of the application.
However when I try to publish the application I get an error message saying:
"Invalid Web Reference: The AllocationServiceService web reference could not be imported because it is not supported."
Digging deeper in the error message the following error is stated:
Therefore i created a webreference in Integration on the logic tab of the application.
However when I try to publish the application I get an error message saying:
"Invalid Web Reference: The AllocationServiceService web reference could not be imported because it is not supported."
Digging deeper in the error message the following error is stated:
"[2] java.lang.Exception: parsing WSDL...
[ERROR] "Use of SOAP Encoding is not supported."
Reading the WSDL I found that all requests and responses are defined with attribute use="encoded".
Is it possible to resolve this error on the platform and if so how can this be achieved?
Reading the WSDL I found that all requests and responses are defined with attribute use="encoded".
Is it possible to resolve this error on the platform and if so how can this be achieved?