...
Parameter | Mandatory | Example | Description | ||
---|---|---|---|---|---|
| ✅ | https://myhisinone.customer.com/quiserver/services2 | The API Url to the SOAP Service | ||
| ✅ | myuser | The username used to establish the connection | ||
| ✅ | 🔑 * * * * * * * * | The password used to establish the connection | ||
| ✅ |
|
|
|
|
| ✅ |
|
|
Sample configuration
Code Block |
---|
<ConnectionParameters> <ApiLocation>https://myhisinone.customer.com/quiserver/services2</ApiLocation> <Username>your username</Username> <Password>your password</Password> <SecurityBindingConfiguration> <AllowInsecureTransport>true</AllowInsecureTransport> <EnableUnsecuredResponse>true</EnableUnsecuredResponse> <IncludeTimestamp>false</IncludeTimestamp> </SecurityBindingConfiguration> <TransportBindingConfiguration> <HostNameComparisonMode>2</HostNameComparisonMode> <MaxReceivedMessageSize>4194304</MaxReceivedMessageSize> <UnsafeConnectionNtlmAuthentication>true</UnsafeConnectionNtlmAuthentication> </TransportBindingConfiguration> </ConnectionParameters> |
...