1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
636 views
by shamon-l-7513 (170 points)

Is there a replacement to using the QIE Web Service since it says it is deprecated?

1 Answer

0 votes
 
Best answer

The "QIE Web Service" connection type was an early implementation of a hard-coded SOAP web service API. It was QIE-specific and was intended to be paired with a QIE Channel configured with a "QIE Web Service" receiver which also implemented the same SOAP API.

We have since introduced the HTTP Reciever which is much more flexible in how it can be configured to handle inbound HTTP requests, including both SOAP and REST based protocols as well as advanced TLS security options. Because of this we have deprecated the "QIE Web Service" connection type for Web Service Connection configurations. In place of the deprecated "QIE Web Service" connection type, connections should be configured to use one of the following:

  1. REST Web Service (Encoded Content)
  2. REST Web Service (URL Encoded Content)
  3. SOAP Web Service
by sam-s-1510 (2.8k points)
selected by amanda-w-3695
...