Authentication error on using ICS generated wsdl
Summary
Authentication error on using ICS generated wsdlContent
I have two connections in ICS .
1.OSC
2.SOAP connection to an on premise app.
Using this we have created an integartion.
The resultant wsdl is
When i use this in SOAP client ,it requires username and password of the ICS env used.Also when i run the request ,i receive error
Missing WWW-Authenticate header.: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: Missing WWW-Authenticate header.
I need to Add Username token and time stamp token to make that request call to work.
1