PingguService
Click here for a complete list of operations.
fangwpg
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /PingguService.asmx HTTP/1.1 Host: ihouze.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/fangwpg" <?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> <fangwpg xmlns="http://tempuri.org/"> <str_KS_fwlx>string</str_KS_fwlx> <str_KS_fwlxname>string</str_KS_fwlxname> <str_KS_ghyt>string</str_KS_ghyt> <str_ghyt_value>string</str_ghyt_value> <str_KS_jzmj>string</str_KS_jzmj> <str_KS_xmmc>string</str_KS_xmmc> <str_KS_qx>string</str_KS_qx> <str_KS_lpwz>string</str_KS_lpwz> <str_KS_jcnd>string</str_KS_jcnd> <str_KS_szlc>string</str_KS_szlc> <str_KS_zlcs>string</str_KS_zlcs> <str_KS_fwcx>string</str_KS_fwcx> <str_fwbz>string</str_fwbz> <str_value_1>string</str_value_1> <str_KS_fwsx>string</str_KS_fwsx> <str_KS_fwjg>string</str_KS_fwjg> <E_EID>string</E_EID> <hope_price>string</hope_price> <ConstructionId>string</ConstructionId> <BuildingId>string</BuildingId> <HouseId>string</HouseId> <fangjianh>string</fangjianh> </fangwpg> </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> <fangwpgResponse xmlns="http://tempuri.org/"> <fangwpgResult>string</fangwpgResult> </fangwpgResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /PingguService.asmx HTTP/1.1 Host: ihouze.com 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> <fangwpg xmlns="http://tempuri.org/"> <str_KS_fwlx>string</str_KS_fwlx> <str_KS_fwlxname>string</str_KS_fwlxname> <str_KS_ghyt>string</str_KS_ghyt> <str_ghyt_value>string</str_ghyt_value> <str_KS_jzmj>string</str_KS_jzmj> <str_KS_xmmc>string</str_KS_xmmc> <str_KS_qx>string</str_KS_qx> <str_KS_lpwz>string</str_KS_lpwz> <str_KS_jcnd>string</str_KS_jcnd> <str_KS_szlc>string</str_KS_szlc> <str_KS_zlcs>string</str_KS_zlcs> <str_KS_fwcx>string</str_KS_fwcx> <str_fwbz>string</str_fwbz> <str_value_1>string</str_value_1> <str_KS_fwsx>string</str_KS_fwsx> <str_KS_fwjg>string</str_KS_fwjg> <E_EID>string</E_EID> <hope_price>string</hope_price> <ConstructionId>string</ConstructionId> <BuildingId>string</BuildingId> <HouseId>string</HouseId> <fangjianh>string</fangjianh> </fangwpg> </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> <fangwpgResponse xmlns="http://tempuri.org/"> <fangwpgResult>string</fangwpgResult> </fangwpgResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /PingguService.asmx/fangwpg?str_KS_fwlx=string&str_KS_fwlxname=string&str_KS_ghyt=string&str_ghyt_value=string&str_KS_jzmj=string&str_KS_xmmc=string&str_KS_qx=string&str_KS_lpwz=string&str_KS_jcnd=string&str_KS_szlc=string&str_KS_zlcs=string&str_KS_fwcx=string&str_fwbz=string&str_value_1=string&str_KS_fwsx=string&str_KS_fwjg=string&E_EID=string&hope_price=string&ConstructionId=string&BuildingId=string&HouseId=string&fangjianh=string HTTP/1.1 Host: ihouze.com
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
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /PingguService.asmx/fangwpg HTTP/1.1 Host: ihouze.com Content-Type: application/x-www-form-urlencoded Content-Length: length str_KS_fwlx=string&str_KS_fwlxname=string&str_KS_ghyt=string&str_ghyt_value=string&str_KS_jzmj=string&str_KS_xmmc=string&str_KS_qx=string&str_KS_lpwz=string&str_KS_jcnd=string&str_KS_szlc=string&str_KS_zlcs=string&str_KS_fwcx=string&str_fwbz=string&str_value_1=string&str_KS_fwsx=string&str_KS_fwjg=string&E_EID=string&hope_price=string&ConstructionId=string&BuildingId=string&HouseId=string&fangjianh=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>