Category: Tibco

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 »

Tibco 6 domain creation and application deployment

Once the admin server is configured and started properly you can access the interface as following to see how to start the administrator server follow the post Starting administrator server The url to admin server is http://localhost:8777/ Click on the Business works 6.x product and create a domain The domain is created Click the AppSpace
Read More »

Tibco 6 starting administrator server

To start Tibco 6 administrator server in enterprise mode follow the the following steps in sequence Start the bwagent located at BW_HOME\bw\6.x\bin Start the TEA located at BW_HOME\tea\2.x\bin Note the host and port it is started at it will be like http://hostname:8777/ Set enterprise mode for bwadmin bwadmin.exe mode enterprise Register TEA agent with BW
Read More »

Tibco 6 create a SOAP web service

Following are steps to create a simple SOAP web service in tibco 6.5. Create a new business works application module with default settings Now add a business works process VerifyEmployee Create new service by clicking the green “Create Service” button on bw process Add a new operation GetEmployeeDetails Drag and drop the GetEmployeeDetails operation to
Read More »