Using EAI HTTP Transport BS without Certificates.
Hi Gurus,
We were using 'SSL Mutual authentication' for Interfaces with standard certificates installed in Siebel and the middleware application.
EAI HTTP Transport BS (Invoked via a Local Business Service in the Outbound Web service) was used to communicate to the external system.
However, now, we plan to implement basic authentication thus eliminating installation of certificates.
We commented out the code which was used to pass the certificate info in the EAI HTTP Transport BS.
oOutputs.SetProperty("HTTPRequestMethod", "POST");
oOutputs.SetProperty("HTTPRequestURLTemplate", sUrl);
oOutputs.SetProperty("HTTPContentType", "text/xml; charset=UTF-8");
oOutputs.SetProperty("HDR.SOAPAction","http://sap.com/xi/WebService/soap1.1