YunWebService
单击此处,获取完整的操作列表。
MemberShip_Update
测试
若要使用 HTTP POST 协议对操作进行测试,请单击“调用”按钮。SOAP 1.1
以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。
POST /YunWebService.asmx HTTP/1.1
Host: ascent123.cn
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/MemberShip_Update"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<MemberShip_Update xmlns="http://tempuri.org/">
<Mobile>string</Mobile>
<Name>string</Name>
<Identity_No>string</Identity_No>
<Date_Of_Birth>string</Date_Of_Birth>
<Sex>string</Sex>
<Marriage>string</Marriage>
<Car_Plate_No>string</Car_Plate_No>
<E_Mail>string</E_Mail>
<Tax_Name>string</Tax_Name>
<Tax_Use>string</Tax_Use>
<Address>string</Address>
<Education>string</Education>
<VIP_No>string</VIP_No>
<InvoiceType>string</InvoiceType>
<CarPlate_Pay>string</CarPlate_Pay>
</MemberShip_Update>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<MemberShip_UpdateResponse xmlns="http://tempuri.org/">
<MemberShip_UpdateResult>string</MemberShip_UpdateResult>
</MemberShip_UpdateResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。
POST /YunWebService.asmx HTTP/1.1
Host: ascent123.cn
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<MemberShip_Update xmlns="http://tempuri.org/">
<Mobile>string</Mobile>
<Name>string</Name>
<Identity_No>string</Identity_No>
<Date_Of_Birth>string</Date_Of_Birth>
<Sex>string</Sex>
<Marriage>string</Marriage>
<Car_Plate_No>string</Car_Plate_No>
<E_Mail>string</E_Mail>
<Tax_Name>string</Tax_Name>
<Tax_Use>string</Tax_Use>
<Address>string</Address>
<Education>string</Education>
<VIP_No>string</VIP_No>
<InvoiceType>string</InvoiceType>
<CarPlate_Pay>string</CarPlate_Pay>
</MemberShip_Update>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<MemberShip_UpdateResponse xmlns="http://tempuri.org/">
<MemberShip_UpdateResult>string</MemberShip_UpdateResult>
</MemberShip_UpdateResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
以下是 HTTP GET 请求和响应示例。所显示的占位符需替换为实际值。
GET /YunWebService.asmx/MemberShip_Update?Mobile=string&Name=string&Identity_No=string&Date_Of_Birth=string&Sex=string&Marriage=string&Car_Plate_No=string&E_Mail=string&Tax_Name=string&Tax_Use=string&Address=string&Education=string&VIP_No=string&InvoiceType=string&CarPlate_Pay=string HTTP/1.1 Host: ascent123.cn
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://tempuri.org/">string</string>
HTTP POST
以下是 HTTP POST 请求和响应示例。所显示的占位符需替换为实际值。
POST /YunWebService.asmx/MemberShip_Update HTTP/1.1 Host: ascent123.cn Content-Type: application/x-www-form-urlencoded Content-Length: length Mobile=string&Name=string&Identity_No=string&Date_Of_Birth=string&Sex=string&Marriage=string&Car_Plate_No=string&E_Mail=string&Tax_Name=string&Tax_Use=string&Address=string&Education=string&VIP_No=string&InvoiceType=string&CarPlate_Pay=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://tempuri.org/">string</string>