I am trying to create a SOAP Service Connector to the below ItemServiceV2 Port.
https://docs.oracle.com/cd/E51367_01/scmop_gs/OESSC/Item_Version_2_ItemService_svc_7.htm#oracle.apps.scm.productModel.it…
Need pointers how to pass the wsse:Security header with the wsu:Timestamp and wsse:UsernameToken elements by means of Connector Security Policies.
I have created the connector and while passing the payload header with the above header content, as XML, I am able to successfully connect. However, the query is how to connect seamlessly making use of JSON, instead of having to construct the entire XML in CUSTOM MCS API.