Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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.