Monday, August 19, 2013

SOAP UI configuration to test TIBCO BW HTTP Service

TESTING HTTP TIBCO BW SERVICES USING SOAPUI

Soap UI is an opensource tool used to test interfaces built using

  • HTTP
  • JMS
  • WebServices -  (Soap Over HTTP & Soap Over JMS)

 STEP 1:- Create the new project

 Click ok





STEP 2:-Create new test suite

STEP 3:- Create new test case


STEP 4:- Create new test step
Click on    in   “test case”
Specify the name of HTTP Test Request
STEP 5:- Configure HTTP Request
Select Method as “POST”
Give the address in   where your http receiver is listening   (http://hostname:portnumber )
Create parameters by which you are going to test your http process

STEP 6:- Now the http test request is configured






Now by giving values to the parameters and clicking    button request will be generated.

Request received by http receiver



You can see http response in html console of SOAPUI

6 comments: