*Product/components used and version/fix level:
EX 10.9 on Linux*
Detailed explanation of the problem:
In our XML RPC Server config file we have a webservice which uses basic authentication. I setup the tag with basic authentication parameter and it works.
However when I then make a call to another webservice which does not use basic authentication it fails with 401 Unauthorized.
As long as you don’t make a call to the entry containing the basicAuthentication setting first all is working good. As soon as you make this call all subsequent calls fails.
Wer even added " basicAuthentication=‘false’ " to the entry that does not use basic authentication, but we still get the 401.
And it fails only for a certain server. We have webservices on Oracle Service Bus and Oracle WebLogic. Webservice running on the SOA Service Bus works, but on Oracle Weblogic server it does not.