开发者

Java proxy server which will monitor & log the traffic (HTTP, SOAP ,REST)

开发者 https://www.devze.com 2023-04-11 06:38 出处:网络
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.

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
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号