Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have a requirement to create a web service tester tool. Creating the tool as a web application is mandatory. Below are the features in the tool expected.

1. Test any type of web services (.net/java/Datapower)
2. Obtain the service functions exposed in the service.
3. generate the SOAP request (XML) of service function.
4. get inputs for the SOAP request (user should have the flexibility to fire one request or multiple requests)
5. I need to add message signing/SSL as in when required.

I have used serviceDescriptionImporter and accessed the functions. I have used methodInfo, ParameterInfo etc... I am not sure how to generate SOAP request in XML format.

Could i get some idea on creating this tool ?

Thanks.
Posted
Updated 17-May-12 20:00pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900