0 Replies Latest reply on Sep 8, 2013 3:24 AM by aupres

    What should soap url be to intercept soap message with eclipse tcp/ip monitor?

    aupres

      I try to intercept JBoss soap message with tcp/ip monitor of eclipse ide. I set

      - local Monitoring port : 8081
      - host name : localhost
      - port : 8080
      - type : HTTP

      My soap deployment url is
      http://localhost:8080/WSSHelloWorld/HelloWorld.

      When I typed in

      http://localhost:8080/WSSHelloWorld/index.jsp

      in my web browser, it  returned right values.

       

      But, when

      http://localhost:8081/WSSHelloWorld/index.jsp  and http://localhost:8081/WSSHelloWorld

      typed in, eclipse tcp/ip monitor intercepted no soap message.

      What should my soap url be to intercept soap message with eclipse tcp/ip monitor?
      I need your advice. Thanks in advance.