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 process and select implement operation
Now create a response schema
Now create a new SOAP service binding
In transport type select HTTP and create http connection resource
Click on the Generate concrete wsdl link to create wsdl at the desired location
Create a run configuration by selecting the employee system business work project and start the application.
Use SOAP UI to access your service using hostname
The wsdl is available at the following url
http://host:8092/SOAPServiceBinding/verifyEmployee/?wsdll