WSDL limitation

Certified Lead Developer

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

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to JJ Cañas

    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.