We are facing the folowing situation:
From within OBS 11g/12c we want to use a webservice, the webservice requires credentials.
The webservice itself is running on behave of a windows server, and we do have to use NLTM to authenticate.
We are able to use that webservice with the SoaUI tool in SoapUI, with respect to the Authentication, we specified the folowing values:
Authentication Type: NTLM
username: itis-service-account
password: thisIs1hellToguess
Domain: pierePuck
So far so good.
To use this webservice from within OSB, I do think we have to define a so called static service account and use it in a business service.
But now question arises, how can we specify that we have to use NTLM ?
When i look into the documentation, and in the GUI I donot see a spot where I can specify this.
E.g if, in the gui we go to resources and right click them, I can only specify a username (itis-service-account@pierePuck) and password (thisIs1hellToguess), and that is all, so no NTLM type is offered.
Does this realy mean that I have to do it all myself by using a home made java class and use it in a java callout activity in OSB or can we use an out of the box standard solution for this.
Kind regards,
Rudie