cancel
Showing results for 
Search instead for 
Did you mean: 

Soap testing Using Soap UI ?

raviteja_satuluri
Contributor
0 Kudos

Hi Experts,

Will please can any one tell me

how to test soap scenarios using soap UI Tool...?

Thanks in Advance

Regards,

Ravi

Accepted Solutions (0)

Answers (2)

Answers (2)

raviteja_satuluri
Contributor
0 Kudos

Hi Experts,

Can any one please send the document about

Step by Step Procedure with Screenshots

how to test soap scenario?

Thanks in Advance

Regards,

Ravi

Former Member
0 Kudos

Hi Ravi,

Cant seem to find a document for SOAP UI, but did please see below. This might help. Testing using SAP PI itself.

Regards,

Jannus Botha

Pranil1
Participant
0 Kudos

Hi Ravi,

Check the below blogs.

Step by step procedure is given for testing using SOAP UI, WSNAVIGATOR.

Regards,

Pranil.

raviteja_satuluri
Contributor
0 Kudos

Hi Pranil,

Thank you so much for ur reply..

I got some idea

but do u have clear sreens

about request and responce in soap UI

Thanks in Advance

Regards,

Ravi

Pranil1
Participant
0 Kudos

Hi Ravi,

Not exactly sure what do you mean by clear screens.

Please check below simple approach which explains how you can create project for your WSDL and test it.

As shown below, double click on request and you will be able to see its structure at right hand side.

Once you submit the request you will get response in the same window.

Hope this is helpful .

Regards,

Pranil.

raviteja_satuluri
Contributor
0 Kudos

Hi Pranil,

Thank you for your reply..

Regards,

Ravi

raviteja_satuluri
Contributor
0 Kudos

Hi Pranil,

Thanks for your reply. it worked.

Regards,

Teja.

Former Member
0 Kudos

Hi Ravi,

Open your SOAPUI tool. Create a new project and specify the WSDL of the webservice you wanted to test. The tool will automatically load the webservice methods you want to test. There is already a sample request message by default for each method. You just have to modify it and populate with the correct data.

If your webservice needs authentication, specify the username and password on the ServiceEndpoints.