|
| Home > Technology |
| Company | Products | Services | Development Process | Customers & Partners | Technology |
| Using MS WAST with eSoap
This article shows how to use the MS WAST (Microsoft Web Application Stress Tool) to perform stress and performance tests of Web Services. ContentsIntroductionThis article shows how to use the MS WAST ( Microsoft Web Application Stress Tool ) to perform stress and performance tests of Web Services. This paper was thought for developers working with Web Services using SOAP. Some of the steps used in this article are directed towards the eSoap Toolkit , but the majority of the themis generic and could be used with any other toolkit. In this article we present only the initial setup. For full understanding of WAST, we strongly recommend you to read its documentation, specially the Tutorial, and try using it for "tuning" your Web Service. Step by Step ProcedureThe most basic pre-condition to use this tool is getting familiar with it. It is very simple, and we recommend going to Microsoft site, and reading the tutorial for while.
Please double click on the 'button' just to the left of the verb to "edit the verb".
The step above brings up a tabbed selection window where you enter the settings.
NOTE: eSoap Specific: With eSoap it is easy to get "Envelope" data using a tool like proxyTrace developed by Simon Fell. From proxyTrace you could get the content of the "Request Envelope" and all necessary "HTTP Headers" that might be needed on the next step.
Using "proxyTrace" with eSoap is very easy. Basically you have to setup the environment variable "HTTP_PROXY=http://localhost:8081" to the location where the proxy is running. This environment variable should be active on the context of each client process written using eSoap run-time. In this case, you started the "proxy" the local machine listening on port number 8081.
Content-Type: text/xml; charset="utf-8"
Content-Length: 526
SOAPAction: "some:action"
NOTE: "Content-Length" is automatically filled in, if you leave the value "blank". Erase the "automatic" option.
A lot more can be done with this tool, but we let you explore them as you get more familiar with it. Also, we really encourage you to read the "Tutorial" from Microsoft's site. LinksCreditsThe steps provided on this article were based on a message posted by "Mark Grant" ( mgrant@amadeus.net ) "Re: Performance Testing SOAP webservice" on the Microsoft's newsgroup "microsoft.public.xml.soap". Thanks to Simon Fell for this nice tool called "proxyTrace". AuthorRosimildo Da Silva is CTO and co-founder of ConnectTel, Inc., an Austin (Texas)-based software development firm, specializing in designing and implementing firmware and drivers for embedded systems. Da Silva is specifically noted for working with software applications that interface with hardware components. He has extensive experience as the software architect on various projects and has also served as the lead architect on global projects. |
| Copyright © 2006 ConnectTel, Inc. All Rights Reserved. | Contact Us | Privacy Policy |