Hi,
I am trying to invoke one webservice, which is having NTLM authentication. but while testing i am getting the below error.
For this webservice i need to pass the username/password/domain. Currently i know the properties for username and password only. So can any one let me know how we set the property for domain.
I tested the same webservice in SOAP-UI by giving the username,password and domain in that case i am getting the response from that service.
<bpelFault>
<faultType>0</faultType>
<remoteFault>
<part name="summary">
<summary>oracle.fabric.common.FabricInvocationException: Unable to access the following endpoint(s): http://</summary>
</part>
<part name="detail">
<detail>Unable to access the following endpoint(s): http://</detail>
</part>
<part name="code">
<code>401</code>
</part>
</remoteFault>
</bpelFault>