AXIS调用webservice (411)Length Required

需要设置客户端http不受限
在生成的代码中添加

Hashtable<String, Object> httpSettings = new Hashtable<String, Object>();
httpSettings.put(HTTPConstants.HEADER_TRANSFER_ENCODING_CHUNKED, Boolean.FALSE);
stub._setProperty(HTTPConstants.REQUEST_HEADERS, httpSettings);

你可能感兴趣的:(webservice)