来自我的 Web 服务的请求如下所示:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://mywebservice.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:something>
现在,它看起来像这样:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:jax="http://mywebservice.com/">
<soapenv:Header/>
<soapenv:Body>
<jax:something>
jax 和 ser 有什么区别?我得到相同的答案,显然没有任何改变。