Main
Click here for a complete list of operations.
GetDetailsById
Get Details By Id
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 /OneTouch/Main.asmx HTTP/1.1
Host: softech.akrebeia.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetDetailsById"
<?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>
<GetDetailsById xmlns="http://tempuri.org/">
<strAutoID>string</strAutoID>
<strL>string</strL>
<strUserID>string</strUserID>
<mobile>string</mobile>
</GetDetailsById>
</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>
<GetDetailsByIdResponse xmlns="http://tempuri.org/">
<GetDetailsByIdResult>
<ServiceResponse>
<DETAILS>
<DETAIL xsi:nil="true" />
</DETAILS>
<RequestResult>
<Result>string</Result>
<ErrorID>string</ErrorID>
<ErrorDesc>string</ErrorDesc>
</RequestResult>
</ServiceResponse>
</GetDetailsByIdResult>
</GetDetailsByIdResponse>
</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 /OneTouch/Main.asmx HTTP/1.1
Host: softech.akrebeia.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>
<GetDetailsById xmlns="http://tempuri.org/">
<strAutoID>string</strAutoID>
<strL>string</strL>
<strUserID>string</strUserID>
<mobile>string</mobile>
</GetDetailsById>
</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>
<GetDetailsByIdResponse xmlns="http://tempuri.org/">
<GetDetailsByIdResult>
<ServiceResponse>
<DETAILS>
<DETAIL xsi:nil="true" />
</DETAILS>
<RequestResult>
<Result>string</Result>
<ErrorID>string</ErrorID>
<ErrorDesc>string</ErrorDesc>
</RequestResult>
</ServiceResponse>
</GetDetailsByIdResult>
</GetDetailsByIdResponse>
</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 /OneTouch/Main.asmx/GetDetailsById?strAutoID=string&strL=string&strUserID=string&mobile=string HTTP/1.1 Host: softech.akrebeia.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ResponseDtl xmlns="http://tempuri.org/">
<ServiceResponse>
<DETAILS>
<DETAIL>
<IS_PROFILE_PRIVATE>string</IS_PROFILE_PRIVATE>
<ALL_CAT>string</ALL_CAT>
<M_ID>string</M_ID>
<IS_AR>string</IS_AR>
<FN>string</FN>
<LN>string</LN>
<GN>string</GN>
<MB>string</MB>
<DB>string</DB>
<BD>string</BD>
<BP>string</BP>
<DDAY>string</DDAY>
<DM>string</DM>
<DD>string</DD>
<DP>string</DP>
<IMG_URL>string</IMG_URL>
<TH_URL>string</TH_URL>
<UP_DATE>string</UP_DATE>
<AUTO_ID>string</AUTO_ID>
<SUM>string</SUM>
<SUMAR>string</SUMAR>
<ISDEAD>string</ISDEAD>
<AGE>string</AGE>
<ZODIACIMG>string</ZODIACIMG>
<ZODIAC>string</ZODIAC>
<STATUS_IMG>string</STATUS_IMG>
<STATUS>string</STATUS>
<TW_IMG>string</TW_IMG>
<IPH_IMG>string</IPH_IMG>
<IPH>string</IPH>
<FOLLOWER_IMG>string</FOLLOWER_IMG>
<FOLLOWER>string</FOLLOWER>
<INST_IMG>string</INST_IMG>
<INST>string</INST>
<FB_IMG>string</FB_IMG>
<FB_LIKES>string</FB_LIKES>
<HDR_IMG>string</HDR_IMG>
<FTR_IMG>string</FTR_IMG>
<CONFIG>string</CONFIG>
<TW_FOLLOWER>string</TW_FOLLOWER>
<INST_FOLLOWER>string</INST_FOLLOWER>
<FB_LIKE>string</FB_LIKE>
<TW>string</TW>
<TW_PER_DAY>string</TW_PER_DAY>
</DETAIL>
</DETAILS>
<RequestResult>
<Result>string</Result>
<ErrorID>string</ErrorID>
<ErrorDesc>string</ErrorDesc>
</RequestResult>
</ServiceResponse>
</ResponseDtl>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /OneTouch/Main.asmx/GetDetailsById HTTP/1.1 Host: softech.akrebeia.com Content-Type: application/x-www-form-urlencoded Content-Length: length strAutoID=string&strL=string&strUserID=string&mobile=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ResponseDtl xmlns="http://tempuri.org/">
<ServiceResponse>
<DETAILS>
<DETAIL>
<IS_PROFILE_PRIVATE>string</IS_PROFILE_PRIVATE>
<ALL_CAT>string</ALL_CAT>
<M_ID>string</M_ID>
<IS_AR>string</IS_AR>
<FN>string</FN>
<LN>string</LN>
<GN>string</GN>
<MB>string</MB>
<DB>string</DB>
<BD>string</BD>
<BP>string</BP>
<DDAY>string</DDAY>
<DM>string</DM>
<DD>string</DD>
<DP>string</DP>
<IMG_URL>string</IMG_URL>
<TH_URL>string</TH_URL>
<UP_DATE>string</UP_DATE>
<AUTO_ID>string</AUTO_ID>
<SUM>string</SUM>
<SUMAR>string</SUMAR>
<ISDEAD>string</ISDEAD>
<AGE>string</AGE>
<ZODIACIMG>string</ZODIACIMG>
<ZODIAC>string</ZODIAC>
<STATUS_IMG>string</STATUS_IMG>
<STATUS>string</STATUS>
<TW_IMG>string</TW_IMG>
<IPH_IMG>string</IPH_IMG>
<IPH>string</IPH>
<FOLLOWER_IMG>string</FOLLOWER_IMG>
<FOLLOWER>string</FOLLOWER>
<INST_IMG>string</INST_IMG>
<INST>string</INST>
<FB_IMG>string</FB_IMG>
<FB_LIKES>string</FB_LIKES>
<HDR_IMG>string</HDR_IMG>
<FTR_IMG>string</FTR_IMG>
<CONFIG>string</CONFIG>
<TW_FOLLOWER>string</TW_FOLLOWER>
<INST_FOLLOWER>string</INST_FOLLOWER>
<FB_LIKE>string</FB_LIKE>
<TW>string</TW>
<TW_PER_DAY>string</TW_PER_DAY>
</DETAIL>
</DETAILS>
<RequestResult>
<Result>string</Result>
<ErrorID>string</ErrorID>
<ErrorDesc>string</ErrorDesc>
</RequestResult>
</ServiceResponse>
</ResponseDtl>