cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice Testing

Former Member
0 Kudos

Hi

I have a scenario where i have to test the webservice for the performance...

my scenario is i am exposing the BAPI as a webservice... If 100 user at same time trigeer the interface how is the response time for the 100 th user..

is there any tool or how the performance on the XI for this kind of scenario...

SV

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>If 100 user at same time trigeer the interface how is the response time for the 100 th user..

Should not be an Issue because I did some Interface like this Scenerio

>is there any tool or how the performance on the XI for this kind of scenario...

Use soapUI 2.0.2 tool to test it.

Regards

Agasthuri Doss

Answers (4)

Answers (4)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

With the use of Test tools like soapUI and XMLspy youcan also have the perfromance tests.

For 100 users it will create multiple instances, so if the amount of data transition per user is not huge then it will not affect much on the perfromance.

Thanks

Swarup

Former Member
0 Kudos

Hi,

These are tools where you can test

1.Alto XMlSpy(My Fav)

2.Parasoft SOATest

3. WebserviceStudio

4. SAP SOAP Client

Below is the links for each tool.

1. Alto XMlSpy

http://www.altova.com/features_soap.html

2. Parasoft SOATest

http://www.parasoft.com/jsp/templates/ads/google/googlesoap1.jsp;jsessionid=aaabTTtXGGgHP7?redname=g...

3. WebserviceStudio(my fav, easy and free)

http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=65a1d4ea-0f7a-41bd-8494-e916e...

4. SAP SOAP Client

https://www.sdn.sap.com/jws/soapclient.jnlp

give the url like

http://xidev:port/XISOAPAdapter/MessageServlet?channel=:BS_CHECK_SOAP:CC_Check_SOAP_Sender

Ref: /people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

If you haven't done it yet, download and try this free SOAP tool:

http://www.soapui.org/features.html#Web_Service_Functional_Testing

Thnaks

Vikrnath

Former Member
0 Kudos

Hi,

U can use Altova Xml Spy for testing Soap services.

regards,

PrasHanT

Former Member
0 Kudos

Hi

How we create the 100 virtual users in Altova XML spy to test the webservice and PI for perfomance wise...

S V