Am Freitag, den 22.02.2008, 13:19 -0800 schrieb yulinxp: > Thanks. I was following your web-log > http://www.jroller.com/gmazza/entry/sun_s_wsmonitor_tool > > I save the wsdl file, and change <soap:address> from > <soap:address > location="http://soap.amazon.com/onca/soap?Service=AWSECommerceService"/> > to > <soap:address > location="http://localhost:4040/onca/soap?Service=AWSECommerceService"/> > > For tcpmon, I set the followings, and it works for tcpmon!!! > local port:4040 > Server Name: soap.amazon.com > Server port:80
> But similiar setting for wsmonitor doesn't work. > <connection > name="Amazon debugging" > description="4040->Amazon" > listenPort="4040" > targetHost="soap.amazon.com" > targetPort="80"/> > > I'm not sure why not. Wireshark is another option if you are not happy with tcpmon: http://www.jroller.com/gmazza/entry/wireshark_usage_for_cxf Glen