我必须使用工具来生成soap请求,它可以通过两种方式来实现。生成以以下字符开头的请求:
<soapenv:Envelope xmlns:ns="http://…" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">或通过以下方式:
<soap:Envelope xmlns:ns="http://…" xmlns:soap="http://www.w3.org/2003/05/soap-envelope">我怀疑一种是当前技术,另一种是遗留技术。但由于只有一个在url中有类似日期的内容,我不知道哪一个是日期。
这两个中的哪一个是用于新请求的当前版本?
https://stackoverflow.com/questions/50695644
复制相似问题