Good afternoon,
I have received a WSDL.
I have imported it successfully in HealthShare.
The external is requesting me to send messages with the following structure (using the auto-generated SOAP Bussiness Operation from the WSDL), as you see they need a custom http header titled "Appian-API-Key", as the following:
curl --request POST \
--url [ endpoint ] \
--header 'Appian-API-Key: << API KEY >> \
--header 'Content-Type: application/xml' \
--data '<?xml version='\''1.0'\'' encoding='\''utf-8'\''?>
<soapenv:Envelope xmlns:soapenv='\''http://schemas.xmlsoap.org/soap/envelope/'\''>
<soapenv:Body>
<tns:acceptMessage xmlns:tns='\''http://ws.connectors.connect.mirth.com/'\''>
<![CDATA[ Message ]]>
</tns:acceptMessage>
</soapenv:Body>
</soapenv:Envelope>'

.png)
.png)