PDAService
单击此处,获取完整的操作列表。
PostCarRecognition01
车辆识别01
测试
若要使用 HTTP POST 协议对操作进行测试,请单击“调用”按钮。SOAP 1.1
以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。
POST /obj/Release/Package/PackageTmp/PDAService.asmx HTTP/1.1 Host: retail.webservice.yducc.com.cn Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/PostCarRecognition01" <?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> <PostCarRecognition01 xmlns="http://tempuri.org/"> <fldTaskID>int</fldTaskID> <fldVIN>string</fldVIN> <fldCarTypeID>string</fldCarTypeID> <fldBrandID>int</fldBrandID> <fldCatalogID>int</fldCatalogID> <fldSeriesID>int</fldSeriesID> <fld_ND>int</fld_ND> <fldModelID>int</fldModelID> <fldOther>string</fldOther> <fldBrandName2>string</fldBrandName2> <fldSeriesName2>string</fldSeriesName2> <fldModelName2>string</fldModelName2> <fldBSX>int</fldBSX> <fld_PL>string</fld_PL> <fldFDJGL>string</fldFDJGL> <fldCP_RLLX>int</fldCP_RLLX> <fldCP_YS>int</fldCP_YS> <fldCP_ABS>int</fldCP_ABS> <fldCP_ZL>int</fldCP_ZL> <fldCP_LQ>int</fldCP_LQ> <fldCP_AQQN>string</fldCP_AQQN> <fldCP_AQQN_chk>string</fldCP_AQQN_chk> <fldCP_TC>string</fldCP_TC> <fldCP_KT>string</fldCP_KT> <fldCP_MC>int</fldCP_MC> <fldCP_HSJ>int</fldCP_HSJ> <fldCP_ZYCZ>int</fldCP_ZYCZ> <fldCP_ZYGN>string</fldCP_ZYGN> <fldCP_FXP>string</fldCP_FXP> <fldCP_DD>string</fldCP_DD> <fldCP_CD>int</fldCP_CD> <fldCP_YJP>string</fldCP_YJP> <fldCP_Other>string</fldCP_Other> <fldCP_GZ>string</fldCP_GZ> </PostCarRecognition01> </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> <PostCarRecognition01Response xmlns="http://tempuri.org/"> <PostCarRecognition01Result>string</PostCarRecognition01Result> </PostCarRecognition01Response> </soap:Body> </soap:Envelope>
SOAP 1.2
以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。
POST /obj/Release/Package/PackageTmp/PDAService.asmx HTTP/1.1 Host: retail.webservice.yducc.com.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> <PostCarRecognition01 xmlns="http://tempuri.org/"> <fldTaskID>int</fldTaskID> <fldVIN>string</fldVIN> <fldCarTypeID>string</fldCarTypeID> <fldBrandID>int</fldBrandID> <fldCatalogID>int</fldCatalogID> <fldSeriesID>int</fldSeriesID> <fld_ND>int</fld_ND> <fldModelID>int</fldModelID> <fldOther>string</fldOther> <fldBrandName2>string</fldBrandName2> <fldSeriesName2>string</fldSeriesName2> <fldModelName2>string</fldModelName2> <fldBSX>int</fldBSX> <fld_PL>string</fld_PL> <fldFDJGL>string</fldFDJGL> <fldCP_RLLX>int</fldCP_RLLX> <fldCP_YS>int</fldCP_YS> <fldCP_ABS>int</fldCP_ABS> <fldCP_ZL>int</fldCP_ZL> <fldCP_LQ>int</fldCP_LQ> <fldCP_AQQN>string</fldCP_AQQN> <fldCP_AQQN_chk>string</fldCP_AQQN_chk> <fldCP_TC>string</fldCP_TC> <fldCP_KT>string</fldCP_KT> <fldCP_MC>int</fldCP_MC> <fldCP_HSJ>int</fldCP_HSJ> <fldCP_ZYCZ>int</fldCP_ZYCZ> <fldCP_ZYGN>string</fldCP_ZYGN> <fldCP_FXP>string</fldCP_FXP> <fldCP_DD>string</fldCP_DD> <fldCP_CD>int</fldCP_CD> <fldCP_YJP>string</fldCP_YJP> <fldCP_Other>string</fldCP_Other> <fldCP_GZ>string</fldCP_GZ> </PostCarRecognition01> </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> <PostCarRecognition01Response xmlns="http://tempuri.org/"> <PostCarRecognition01Result>string</PostCarRecognition01Result> </PostCarRecognition01Response> </soap12:Body> </soap12:Envelope>
HTTP GET
以下是 HTTP GET 请求和响应示例。所显示的占位符需替换为实际值。
GET /obj/Release/Package/PackageTmp/PDAService.asmx/PostCarRecognition01?fldTaskID=string&fldVIN=string&fldCarTypeID=string&fldBrandID=string&fldCatalogID=string&fldSeriesID=string&fld_ND=string&fldModelID=string&fldOther=string&fldBrandName2=string&fldSeriesName2=string&fldModelName2=string&fldBSX=string&fld_PL=string&fldFDJGL=string&fldCP_RLLX=string&fldCP_YS=string&fldCP_ABS=string&fldCP_ZL=string&fldCP_LQ=string&fldCP_AQQN=string&fldCP_AQQN_chk=string&fldCP_TC=string&fldCP_KT=string&fldCP_MC=string&fldCP_HSJ=string&fldCP_ZYCZ=string&fldCP_ZYGN=string&fldCP_FXP=string&fldCP_DD=string&fldCP_CD=string&fldCP_YJP=string&fldCP_Other=string&fldCP_GZ=string HTTP/1.1 Host: retail.webservice.yducc.com.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 /obj/Release/Package/PackageTmp/PDAService.asmx/PostCarRecognition01 HTTP/1.1 Host: retail.webservice.yducc.com.cn Content-Type: application/x-www-form-urlencoded Content-Length: length fldTaskID=string&fldVIN=string&fldCarTypeID=string&fldBrandID=string&fldCatalogID=string&fldSeriesID=string&fld_ND=string&fldModelID=string&fldOther=string&fldBrandName2=string&fldSeriesName2=string&fldModelName2=string&fldBSX=string&fld_PL=string&fldFDJGL=string&fldCP_RLLX=string&fldCP_YS=string&fldCP_ABS=string&fldCP_ZL=string&fldCP_LQ=string&fldCP_AQQN=string&fldCP_AQQN_chk=string&fldCP_TC=string&fldCP_KT=string&fldCP_MC=string&fldCP_HSJ=string&fldCP_ZYCZ=string&fldCP_ZYGN=string&fldCP_FXP=string&fldCP_DD=string&fldCP_CD=string&fldCP_YJP=string&fldCP_Other=string&fldCP_GZ=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>