Category: SOAP

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 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 »

Dynamic SOAP web service endpoint address

Every one prefers REST API’s now a days but hard luck lots of back end systems are SOAP XML based. There are some nice benefits e.g a contract (WSDL xsd) and of course web service client code generation that can easily be integrated into the client application. However you can have several environments continuous integration,
Read More »