今天使用java代码和python进行webservice接口联调时,出现org.w3c.dom.DOMException: WRONG_DOCUMENT_ERR: A node is used in a different document than the one that created it异常,如下图:

 WRONG_DOCUMENT_ERR: A node is used in a different document than the one th

费了很长时间找到原因:方法名和参数名不一致导致的,所以在联调的时候一定要注意方法名和参数名的对应



相关文章: