我从wsdl生成了类。
要求我得到:
<?xml version="1.0" ?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:acr_JourneySearch xmlns:ns2="https://...../SoapApi/0.1/">
<access>...
要求客户要求:
<?xml version="1.0" encoding="UTF-8"?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="https://......./SoapApi/0.1/">
<S:Body>
<ns2:acr_JourneySearch>
<access>...
如何将ns2从Body移动到Envelope?