Calling another ICS Integration Soap service from ICS main integration
Summary
Calling another ICS Integration Soap service from ICS main integrationContent
I am trying to call ICS integration SOAP webservice from ICS Main integration in the same POD but it is not working. It is throwing an error : "Not a Valid Content-Type text/html"
I think call is expecting some security parameters but I am not sure exact navigation where to include it.
OSB-380001: javax.xml.ws.WebServiceException: javax.xml.soap.SOAPException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html :Application Error
If I call the same SOAP service using the SOAP UI with same payload by including the ICS username password(Basic Authentication)/timestamp. It is working fine and returning expected response.