大家根据下面的代码更改国家名称和货币时,如果我点击保存按钮它必须修改,当我编辑它时,修改应该出现在xml标签中,任何人都可以帮我解决问题。 / p>
xml string:
<GetCountries>
<CountryID>10</CountryID>
</GetCountries>
方法名称:UpdateCountryDetails
xml string:
<UpdateCountryDetails>
<CountryID>10</CountryID>
<CountryName>Zimbabwe</CountryName>
<Currency>Zimbabwe Dollar</Currency>
<GMTDiff></GMTDiff>
</UpdateCountryDetails>