Invoking a .NET web service; authentication
620064Jan 28 2008 — edited Jan 30 2008Hello,
I am using Oracle Application Server 10.1.3.1.0 and I am invoking a web service from my BPEL process. The web service is running on IIS 6.0, written in C# and requires authentication.
I am using JDeveloper to implement the BPEL process. At the moment I am storing the user name and password for the .NET web service in BPEL as properties of partnerLinkBinding. However it means the password is stored as plain text in an xml file.
Do you know what alternatives I have?
Thank you!
L