Search code examples
muleesbmule-studio

connecting mule ESB to Apache web server


How to access the data packets routed to apache webserver in Mule ESB flow. After I call the exposed webservice, the webservice sends two responses,

  1. To mule server
  2. Routes response XML as data packets to apache webserver.

Can someone help in how to proceed with second flow? Thanks.


Solution

  • Use a Java library that understands PCAP and create your own Mule connector around it.

    Reference: