Hello everyone,Getting unsupported construct xsd:choice when select soap operation from given wsdl from call web service smart service?
ERROR com.appiancorp.process.design.presentation.ProcessDesignAccess - com.appiancorp.suiteapi.type.config.xsd.exceptions.UnsupportedXsdException: The XSD could not be imported because it contains the unsupported construct xsd:choice. No types have been imported. (APNX-1-4048-008)com.appiancorp.suiteapi.type.config.xsd.exceptions.UnsupportedXsdException: The XSD could not be imported because it contains the unsupported construct xsd:choice. No types have been imported. (APNX-1-4048-008)
Note: I am not the owner of the api so cannot make changes from my end. Any other alternate to integrate this api (I am new to APPIAN, any document with the alternate to this will be appreciated)
Thanks
Discussion posts and replies are publicly visible
The SOAP features in Appian are a bit limited. I would try to call this service using a normal HTTPS integration. Building the required XML can become a challenge, but I had success using a mix of static XML strings and converting an Appian dictionary to XML.