Recommendations for Soap Webservice Testing Apps
        Posted  
        
            by davidchristiansen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by davidchristiansen
        
        
        
        Published on 2009-04-07T20:12:19Z
        Indexed on 
            2010/04/21
            10:23 UTC
        
        
        Read the original article
        Hit count: 418
        
I was looking for some recommendations for testing SOAP webservices. I want to be able to create requests from WSDL, see those requests, and inspect responses. I would also like it to work with WS* compliant services (such as when using WCF wsHttpBinding).
Any suggestions?
© Stack Overflow or respective owner