Hi all,
I was researching about publishing processes as web services in Appian and the use of WSDL, and I would like to know if there are any limitations in the definition of XSD types. In a schema defined in the WSDL, can one schema reference another schema within the same WSDL? Are there limitations with the data types?
Thanks!
Discussion posts and replies are publicly visible
Publishing model via SOAP is considered legacy, but still somewhat supported via the admin console. I recommend to not go that way.
Did you consider to implement a normal Web API that accepts XML instead of JSON?
When you say "implement a normal Web API that accepts XML", do you mean setting up a header in the Web API object as follows?
When using SOAP services the body of the request is an XML. You also have soap headers, but that is different. These are values that are informed in the header of the message and contains information about it , for example, the content type of the message..
I think that What Stephan suggests ,is to expose your service via web api accepting xml rather than json.