Failed To Call Integration from order orchestration
Requirement: Whenever order submitted for fulfillment, if it meets specific business conditions then we need to apply hold on a sales order header.
Approach We are following:
- Created a soap integration using the below WSDL url . It will call the REST API to apply hold on sales order Header level.
- https://XXXXX/soa-infra/services/default/DooTaskExternalInterfaceVirtualPartnersComposite/fulfillmentrequest_client_ep?WSDL
- In "Manage External Interface Web Service Details"(manage connector details) we have configured the above integration ENDPOINT details along with the username and password details.
- From the order orchestration we are calling the above connector for every order.
- Integration is invoked from the order orchestration but we are getting ": javax.xml.soap.SOAPException: Bad response: 401 Unauthorized</detail>} cause: {Bad response: 401 Unauthorized} . Contact your help desk. (DOO-2685513) An application error has occurred."
Tagged:
0