Problem Statement While invoking any third-party or internal web services which have a soap version either 1.1 or 1.2, then you might face the below error and will not be able to fetch any response back. Although, one might see that the desired invocation has worked end to end successfully still the invoke activity is …
Tag Archives: service
AWS Serverless Deployment
Tools GIT – is a code repository where code will be residing and developer to update code and push on GitHub Server CircleCI – Continuous Integration / Continuous Delivery tool used to build and deploy the code on AWS server AWS – Cloud platform where our application server is hosted Flow A developer can use …
MQ Adapter Endpoint Issue in SOA 12c
Problem Whilst performing a rolling restart of SOA managed servers in 12c, some MQ Adapter service endpoints get deactivated. This leads to the failure of polling messages from the respective MQ whose endpoint has been deactivated and direct impact to the processing if it is real-time. How to identify whether Adapter Endpoint Service is down …
OSB File Transport and Path Service Error Solution
Problem In a disaster recovery scenario, when a managed server that is configured as the primary node for the file transport-based proxy service goes down, due to some technical issue, then the file will go into error folder and hamper the processing of all the file transport-based services. Solution Login to OSB Console (sbconsole) with …
Continue reading “OSB File Transport and Path Service Error Solution”
OSB Proxy Service & JMS Queue 12c – Flux Issue
Problem During the migration of 11g server to 12c, faced an issue where OSB Proxy Service whose Transport Configuration is JMS cannot consume messages from the desired endpoint URI which is a JMS queue. The message remains pending state in the respective JMS queue. In the OSB server log file, one could see below error …
Continue reading “OSB Proxy Service & JMS Queue 12c – Flux Issue”
Importance of Keystore
BackgroundWhen an SOA service is calling a reference WSDL service, either internal or external (edge application), there is good to have functionality of secure transaction. This secure transaction is achieved by http token client policy within composite.xml of the SOA service. Use a csf-key property along with the above policy under the reference which is …
