Java proxy server which will monitor & log the traffic (HTTP, SOAP ,REST)
I basically want to set up a proxy server using Java which will capture the outgoing requests and the incoming response and dump it in a file. It should be 开发者_如何转开发able to handle SOAP and REST
It looks like Muffin will support these requirements.
You may want to look at this monitoring tool: http://www.membrane-soa.org/soap-monitor/
Cheers!
I'd use WireMock (Java) --if I wasn't already using Mountebank (NodeJS).
Apache JMeter (100% Java) Open Source
Supports:
- Web - HTTP, HTTPS (Java, NodeJS, PHP, ASP.NET, …)
- SOAP / REST Webservices
- FTP
- Database via JDBC
- LDAP
- Message-oriented middleware (MOM) via JMS
- Mail - SMTP(S), POP3(S) and IMAP(S)
- Native commands or shell scripts
- TCP
- Java Objects
精彩评论