Add SOAP 1.2 support to the PI Interface for OPC XML-DA
The current version of the PI Interface for OPC XML-DA seems to only support SOAP 1.1. All recent OPC XML-DA servers are developed following SOAP 1.2 standards, meaning the PI interface will not connect. Please enhance the interface to also support servers using the newer SOAP 1.2 standards.
This also relates to tech support case 00857284
33
votes

-
KReiss_EAH commented
Implementations conforming to SOAP 1.2 MUST be capable of sending and receiving messages serialized using media type "application/soap+xml".
The current interface version only sends and receives message using media type "text/xml".