我的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之间有什么区别?我得到了相同的答案,显然没有任何改变。