Click here to Skip to main content
15,886,725 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hi,

I have a service for which I want to check all the details of the methods i.e. what is the request and response object for the method implemented.

Suppose, I have a service - Service1.svc which has method method1. This method have ReqObject as input and ResObject as response.

I'm looking for some tool which can provide me with this detail for multiple services and methods present.

Any help will be appreciated.
Thank you
Posted

Check SoapUI[^]. It used to be free. I guess its paid now.
 
Share this answer
 
Comments
sagar wasule 14-Jul-14 4:33am    
Thanks Arun, I have explored the option of SoapUI it just provides me request objects, I also want response objects
ArunRajendra 17-Jul-14 1:23am    
If I am not wrong it should give the response when you send the request. Probably its in soap format.
you can use Inbuilt WCF Test Client()[^] which comes with Visual studio
 
Share this answer
 
u must try fiddler it completely open source and must be of yours business.

http://www.telerik.com/download/fiddler[^]
 
Share this answer
 
Comments
sagar wasule 16-Jul-14 7:14am    
That will need data to be provided and method invoked
there is a tool available for 15 days trial period. "SoapUIPro" you can use that tool to check response and request for WCF service.
 
Share this answer
 

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