Add Message Monitoring

  1. Find the service port binding within the WSDL and change the port on the address, e.g. from 10102 to 8070
    <wsdlsoap:address location="http://localhost:8070/CuramWS/services/CreateEvidenceWS"/>
  2. Set up TCPMon to forward messages arriving at the new port number on to the Cúram port number (you will see the response message too). Open the Java Applet at https://tcpmon.dev.java.net/tcpmon.jnlp and enter Local Port as 8070, Server Name as localhost and Server Port as 10102.