HTTP + SOAP11
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/asynconeway/CreateBatchCandidateforCompetencyRequest HTTP/1.1
Host: uap-api.certiplate.com
Content-Type: application/xml
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>
<CreateBatchCandidateforCompetencyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Certiplate.BusinessObjects">
<AnyDisability>String</AnyDisability>
<Caste>String</Caste>
<CasteCertificate>String</CasteCertificate>
<ClcsCandidateId>0</ClcsCandidateId>
<ClientName>String</ClientName>
<ContactNo>String</ContactNo>
<CreatedBy>String</CreatedBy>
<CurrentJobRole>String</CurrentJobRole>
<DateOfBirth>String</DateOfBirth>
<DefaultPassword>String</DefaultPassword>
<District>String</District>
<EduInstitute>String</EduInstitute>
<EduLevel>String</EduLevel>
<EduUniversity>String</EduUniversity>
<EmailID>String</EmailID>
<EnrollmentNo>String</EnrollmentNo>
<FamilyAvgIncome>String</FamilyAvgIncome>
<Gender>String</Gender>
<GuardianContact>String</GuardianContact>
<GuardianName>String</GuardianName>
<GuardianType>String</GuardianType>
<IdProof>String</IdProof>
<LangKnown>String</LangKnown>
<MaritalStatus>String</MaritalStatus>
<MotherName>String</MotherName>
<Name>String</Name>
<OrganizationID>0</OrganizationID>
<Panchayath>String</Panchayath>
<PermanentAddress>String</PermanentAddress>
<PhotoId>String</PhotoId>
<PinCode>String</PinCode>
<PresentAddress>String</PresentAddress>
<PresentEmployer>String</PresentEmployer>
<ProjectId>0</ProjectId>
<QPID>0</QPID>
<QualificationName>String</QualificationName>
<RegistrationId>String</RegistrationId>
<Religion>String</Religion>
<RequestID>0</RequestID>
<SaluationNo>String</SaluationNo>
<SectorID>0</SectorID>
<SectorName>String</SectorName>
<State>String</State>
<Taluka>String</Taluka>
<TechnicalEducation>String</TechnicalEducation>
<TotalExp>String</TotalExp>
<Village>String</Village>
<YearOfPassing>String</YearOfPassing>
</CreateBatchCandidateforCompetencyRequest>
</soap:Body>
</soap:Envelope>