PORT="8000" // server socket port SO_TIMEOUT="30000" // socket timeout in msec WS_TIMEOUT="5000" // socket to/from ws provider timeout LOG_DIR="c:\\temp" // on linux/unix use forward slash (/tmp) LOG_FILE="ws_proxy.log" SERVER_PORT="443" SERVER_HOST="my.wsprovider.com" WSSE_USERNAME="user123" WSSE_PASSWORD="password23" SSL="false" // true for https connection to WS / false for http // add additional namespaces - these will be injected in the SOAP header - look at the xml jpub is generating based on the wsdl XMLNS="xmlns:ns0=\"http://my.wsprovider.com/Webservices\" xmlns:ns1=\"https://my.wsprovider.com/WebServices/services/\" xmlns:ns2=\"http://claims.wsprovicer.com\""