Difference between revisions of "XML tools"
DaveRabelink (Talk | contribs) (Added tip for WebServices tool SoapUI) |
DaveRabelink (Talk | contribs) m |
||
Line 1: | Line 1: | ||
− | + | {{PageHeader|XML & Soap tools}} | |
+ | |||
__TOC__ | __TOC__ | ||
− | + | ||
<!------------------------------------------------------------------------------------------------------------------------------> | <!------------------------------------------------------------------------------------------------------------------------------> | ||
Line 10: | Line 11: | ||
It is a fairly small but powerful free utility which does not need to be installed, so starting from memorystick<br> | It is a fairly small but powerful free utility which does not need to be installed, so starting from memorystick<br> | ||
or xcopy deployment along with your applications is easy.<br> | or xcopy deployment along with your applications is easy.<br> | ||
− | + | ||
+ | |||
You can find info and download link here<br> | You can find info and download link here<br> | ||
[http://symbolclick.com/ XML Marker website]<br> | [http://symbolclick.com/ XML Marker website]<br> | ||
− | |||
Line 19: | Line 20: | ||
{{TipHeader|SoapUI:Inspecting, invoking and testing WebServices (WSDL/REST)}} | {{TipHeader|SoapUI:Inspecting, invoking and testing WebServices (WSDL/REST)}} | ||
soapUI is a free and open source desktop application for | soapUI is a free and open source desktop application for | ||
+ | |||
*inspecting Web Services | *inspecting Web Services | ||
Line 25: | Line 27: | ||
*Web Services Simulation and Mocking | *Web Services Simulation and Mocking | ||
*Functional, Load and Compliance testing of Web Services | *Functional, Load and Compliance testing of Web Services | ||
+ | |||
It is mainly aimed at developers and testers providing or consuming WSDL or REST based Web Services (Java, .net, etc).<br> | It is mainly aimed at developers and testers providing or consuming WSDL or REST based Web Services (Java, .net, etc).<br> | ||
Functional and Load Testing can be done both interactively in soapUI or within an automated build or integration process<br> using the soapUI command line tools.<br> | Functional and Load Testing can be done both interactively in soapUI or within an automated build or integration process<br> using the soapUI command line tools.<br> | ||
− | + | ||
+ | |||
Mock Web Services can easily be created for any WSDL and hosted from within soapUI or using the command-line MockService runner.<br> | Mock Web Services can easily be created for any WSDL and hosted from within soapUI or using the command-line MockService runner.<br> | ||
− | + | ||
− | [[Image:SoapUI_screenshot1.gif]] | + | |
− | + | [[Image:SoapUI_screenshot1.gif]] | |
+ | |||
+ | |||
You can find info and download link here<br> | You can find info and download link here<br> | ||
[http://www.soapui.org/ SoapUI website]<br> | [http://www.soapui.org/ SoapUI website]<br> |
Latest revision as of 09:59, 16 July 2013
XML & Soap tools
Contents |
XML editor and viewer 
A nice and free tool to edit and view XML is XML Marker.
It offers plain text and tabular views using graphical trees.
It is a fairly small but powerful free utility which does not need to be installed, so starting from memorystick
or xcopy deployment along with your applications is easy.
You can find info and download link here
XML Marker website
SoapUI:Inspecting, invoking and testing WebServices (WSDL/REST) 
soapUI is a free and open source desktop application for
- inspecting Web Services
- invoking Web Services
- developing Web Services
- Web Services Simulation and Mocking
- Functional, Load and Compliance testing of Web Services
It is mainly aimed at developers and testers providing or consuming WSDL or REST based Web Services (Java, .net, etc).
Functional and Load Testing can be done both interactively in soapUI or within an automated build or integration process
using the soapUI command line tools.
Mock Web Services can easily be created for any WSDL and hosted from within soapUI or using the command-line MockService runner.
You can find info and download link here
SoapUI website