Using .Net client with BW soap server, BW server gets request and response successfully. But .Net client is complaining about the response from BW, claiming that SOAP envelope namespace should not be "http://www.w3.org/2003/05/soap-envelope
book
Article ID: KB0091003
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Resolution: http://www.w3.org/2003/05/soap-envelope is the namespace for soap 1.2 envelope, and http://schemas.xmlsoap.org/soap/envelope/ is the namespace for soap 1.1 envelope. Customer got this error because BW soap server was configured to use soap 1.2 protocol, but the Visual Studio .Net didn't configured to support soap 1.2. Customer can configure their .Net to supports soap 1.2 or change BW soap server to use soap 1.1.
Keywords:- .NET, BW, SOAP, interoperability issue
Issue/Introduction
Using .Net client with BW soap server, BW server gets request and response successfully. But .Net client is complaining about the response from BW, claiming that SOAP envelope namespace should not be "http://www.w3.org/2003/05/soap-envelope