Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NTLM Authentication

1060606Dec 16 2013 — edited Dec 16 2013

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>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 13 2014
Added on Dec 16 2013
1 comment
431 views