Hi folks,
I have a specific question with respect to the high availability of SOA suite which results in invocation of call back error as-
Unable to invoke endpoint URI "https://lbr.idam-host.com/soa-infra/services/default/DefaultOperationalApproval!6.1*soa_d9fbecea-0d96-4363-a6cb-3fd9d8911dd3/SMSNotification%23ApprovalProcess/SMSNotification" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Bad response: 404 Not Found from url https://lbr.idam-host.com/soa-infra/services/default/DefaultOperationalApproval%216.1*soa_d9fbecea-0d96-4363-a6cb-3fd9d8911dd3/SMSNotification%23ApprovalProcess/SMSNotification
Below is the deployment architecture-

- The request is being made from the IDAM environment(HA mode) to a different SOA environment (HA mode) for SMS notification service.
- SMS is being sent from SOA Servers in DMZ and service is being called from IDAM system(LB).
- SMS is processed but the exception is encountered during the callback in BPEL process.
- Composite shows faulted state in flow instances
- All necessary entries in the host file on LB & individual VMs are done.
I have tested all communications of respective servers and seems fine but not able to identify the issue cause.
@"Martien van den Akker", can you please provide your expert comments to overcome this problem.