Jasmin SMSC throughput

One of our recent project we started using Jasmin SMSC and run into low throughput issues details shared with Jookies are here It turns out that the Interceptors over TCP have long lived TCP connections and cannot be scaled so we came up with our own solution of moving interceptor logic to a separate microservice.
Read More »

XPath fetch dynamic http header values

Following is an XPath that can come in handy to read name value pair elements. Basically this is done for reading tibco dynamic headers which comes as a repeated header containing name and value elements but the below xpath can be used for any XML document processing. Below is the XML and XPath example The
Read More »

Tibco 6 deploy application from business works studio

In business works studio you can define a new deployment server and then deploy your application from business works studio directly. First define a new deployment server. The default port for bwagent is 8079. The new deployment server is added where you can explore the domains and deployed applications Right click in project explorer and
Read More »

Tibco 6 create a REST service

Create a new package and add a new business works REST resource. Select operation to implement. In this case POST and GET. The process is created with dummy implementations. Lets say we want to add a query parameter for the GET service for this select the employeeManagementService and update binding as shown below Add a
Read More »

WSO2 publish a REST API

On WSO2 admin interface start by adding a new API. Export a swagger file for you API that you can import or give url to swagger json of your API. Following is the swagger json url for a REST API developed using Tibco 6. Give a meaningful name and the url context so the final
Read More »

WSO2 publish a SOAP API

In following we will create a simple SOAP pass through service using WSO2. This tutorial assumes that you have a running WSO2 and the EmployeeVerificationService is running. Click on the Add application to create new application The application is added Now go to publisher and add new api Add the new SOAP endpoint the path
Read More »