I suggest using apache tcpmon. Run it in proxy mode (port 8001 for example) and run the client with
-Dhttp.proxyHost=localhost -Dhttp.proxyPort=8001 (old jdk’s: -DproxyHost -DproxyPort). Now you...
Type: Posts; User: drsoong; Keyword(s):
I suggest using apache tcpmon. Run it in proxy mode (port 8001 for example) and run the client with
-Dhttp.proxyHost=localhost -Dhttp.proxyPort=8001 (old jdk’s: -DproxyHost -DproxyPort). Now you...
Thanks for the answer. I wonder if there are java 1.4 options as well. Anyone?
Hello,
I want my webservices to be as 'loosely coupled' as possible, while keeping it programmer-friendly. So I want to generate classes from an XML schema. However, I want to be able to add new...