Is there any API Available Where i get The User Detail From given Pan card number..
following are the code i try but it's give me error:
https://incometaxindiaefiling.gov.in/eFilingWS/ditws/JurisdictionalAOInfo.wsdl. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:12956' is therefore not allowed access. The response had HTTP status code 405.
var soapRequest = '
'xmlns:v="http://incometaxindiaefiling.gov.in/ditws/JurisdictionalAO/v_1_0">' +
' ' +
'' +
'' +
'' +
'panno ' +
'' +
'' +
'' +
'';
$http.post('https://incometaxindiaefiling.gov.in/eFilingWS/ditws/JurisdictionalAOInfo.wsdl', {soapRequest})
.success(function (data, status, headers, config) {
var tmp = data.d.toString();
if (data.d.toString() != "invalid") {
$scope.myData = $.parseJSON(data.d);
init_menu();
} else {
$scope.myData = [];
//alert("No Data Found");
}
})
.error(function (data, status, headers, config) {
// $scope.status = status;
alert("error");
});
if Anyone have idea or any API Link ,, help me.
Thank You...

Hitesh PatilPosted Dec 11, 2015, 8:23 AM
http://thereferraltask.net/?ref109534