Service
Click here for a complete list of operations.
analyseKaryotype
Test
The test form is only available for requests from the local machine.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 /OnlineAnalysis/Service.asmx HTTP/1.1
Host: cydas.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.cydas.org/OnlineAnalysis/analyseKaryotype"
<?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>
<analyseKaryotype xmlns="http://www.cydas.org/OnlineAnalysis/">
<strKaryotype>string</strKaryotype>
</analyseKaryotype>
</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>
<analyseKaryotypeResponse xmlns="http://www.cydas.org/OnlineAnalysis/">
<analyseKaryotypeResult>
<Original_ISCN_Formula>string</Original_ISCN_Formula>
<IsPolyClonal>boolean</IsPolyClonal>
<IsValidKaryotype>boolean</IsValidKaryotype>
<Corrected_ISCN_Formula>string</Corrected_ISCN_Formula>
<CloneSize>int</CloneSize>
<IsIncompleteKaryotype>boolean</IsIncompleteKaryotype>
<DoubleMinutes>
<Approximate>boolean</Approximate>
<MinimumCount>int</MinimumCount>
<MaximumCount>int</MaximumCount>
<Metaphases>int</Metaphases>
</DoubleMinutes>
<Markers>
<anyType />
<anyType />
</Markers>
<Rings>
<anyType />
<anyType />
</Rings>
<ChromosomeCount>
<MinimumCount>int</MinimumCount>
<MaximumCount>int</MaximumCount>
<Approximate>boolean</Approximate>
<Ploidy>int</Ploidy>
</ChromosomeCount>
<Ploidy>int</Ploidy>
<SexChromosomes>
<Constitutional>boolean</Constitutional>
<NumberOfX>int</NumberOfX>
<NumberOfQuestionedX>int</NumberOfQuestionedX>
<NumberOfY>int</NumberOfY>
<NumberOfQuestionedY>int</NumberOfQuestionedY>
</SexChromosomes>
<Aberrations>
<Count>int</Count>
<AberrationsArray>
<anyType />
<anyType />
</AberrationsArray>
</Aberrations>
<Breakpoints>
<anyType />
<anyType />
</Breakpoints>
<QualitativeAberrations>
<Count>int</Count>
<QualitativeAberrationsArray>
<anyType />
<anyType />
</QualitativeAberrationsArray>
</QualitativeAberrations>
<QuantitativeAberrations>
<Count>int</Count>
<Resolution>ResolutionNone or ResolutionChromosome or ResolutionArm or Resolution1Digit or Resolution2Digit or Resolution400Bands or Resolution500Bands or Resolution550Bands or Resolution650Bands or Resolution800Bands</Resolution>
<QuantitativeAberrationsArray>
<anyType />
<anyType />
</QuantitativeAberrationsArray>
</QuantitativeAberrations>
<Junctions>
<Count>int</Count>
<JunctionsArray>
<anyType />
<anyType />
</JunctionsArray>
</Junctions>
<CKAS>
<Ploidy>int</Ploidy>
<Numerical>int</Numerical>
<Balanced>int</Balanced>
<UnBalanced>int</UnBalanced>
<UnClassified>int</UnClassified>
</CKAS>
<Gains_Losses_Structurals>
<Count>int</Count>
<MaximumGains>int</MaximumGains>
<MaximumLosses>int</MaximumLosses>
<MaximumStructs>int</MaximumStructs>
<MaximumGainsLosses>int</MaximumGainsLosses>
<Resolution>ResolutionNone or ResolutionChromosome or ResolutionArm or Resolution1Digit or Resolution2Digit or Resolution400Bands or Resolution500Bands or Resolution550Bands or Resolution650Bands or Resolution800Bands</Resolution>
<GainsLossesStructsArray>
<anyType />
<anyType />
</GainsLossesStructsArray>
</Gains_Losses_Structurals>
<ErrorMessages>string</ErrorMessages>
</analyseKaryotypeResult>
</analyseKaryotypeResponse>
</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 /OnlineAnalysis/Service.asmx HTTP/1.1
Host: cydas.org
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>
<analyseKaryotype xmlns="http://www.cydas.org/OnlineAnalysis/">
<strKaryotype>string</strKaryotype>
</analyseKaryotype>
</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>
<analyseKaryotypeResponse xmlns="http://www.cydas.org/OnlineAnalysis/">
<analyseKaryotypeResult>
<Original_ISCN_Formula>string</Original_ISCN_Formula>
<IsPolyClonal>boolean</IsPolyClonal>
<IsValidKaryotype>boolean</IsValidKaryotype>
<Corrected_ISCN_Formula>string</Corrected_ISCN_Formula>
<CloneSize>int</CloneSize>
<IsIncompleteKaryotype>boolean</IsIncompleteKaryotype>
<DoubleMinutes>
<Approximate>boolean</Approximate>
<MinimumCount>int</MinimumCount>
<MaximumCount>int</MaximumCount>
<Metaphases>int</Metaphases>
</DoubleMinutes>
<Markers>
<anyType />
<anyType />
</Markers>
<Rings>
<anyType />
<anyType />
</Rings>
<ChromosomeCount>
<MinimumCount>int</MinimumCount>
<MaximumCount>int</MaximumCount>
<Approximate>boolean</Approximate>
<Ploidy>int</Ploidy>
</ChromosomeCount>
<Ploidy>int</Ploidy>
<SexChromosomes>
<Constitutional>boolean</Constitutional>
<NumberOfX>int</NumberOfX>
<NumberOfQuestionedX>int</NumberOfQuestionedX>
<NumberOfY>int</NumberOfY>
<NumberOfQuestionedY>int</NumberOfQuestionedY>
</SexChromosomes>
<Aberrations>
<Count>int</Count>
<AberrationsArray>
<anyType />
<anyType />
</AberrationsArray>
</Aberrations>
<Breakpoints>
<anyType />
<anyType />
</Breakpoints>
<QualitativeAberrations>
<Count>int</Count>
<QualitativeAberrationsArray>
<anyType />
<anyType />
</QualitativeAberrationsArray>
</QualitativeAberrations>
<QuantitativeAberrations>
<Count>int</Count>
<Resolution>ResolutionNone or ResolutionChromosome or ResolutionArm or Resolution1Digit or Resolution2Digit or Resolution400Bands or Resolution500Bands or Resolution550Bands or Resolution650Bands or Resolution800Bands</Resolution>
<QuantitativeAberrationsArray>
<anyType />
<anyType />
</QuantitativeAberrationsArray>
</QuantitativeAberrations>
<Junctions>
<Count>int</Count>
<JunctionsArray>
<anyType />
<anyType />
</JunctionsArray>
</Junctions>
<CKAS>
<Ploidy>int</Ploidy>
<Numerical>int</Numerical>
<Balanced>int</Balanced>
<UnBalanced>int</UnBalanced>
<UnClassified>int</UnClassified>
</CKAS>
<Gains_Losses_Structurals>
<Count>int</Count>
<MaximumGains>int</MaximumGains>
<MaximumLosses>int</MaximumLosses>
<MaximumStructs>int</MaximumStructs>
<MaximumGainsLosses>int</MaximumGainsLosses>
<Resolution>ResolutionNone or ResolutionChromosome or ResolutionArm or Resolution1Digit or Resolution2Digit or Resolution400Bands or Resolution500Bands or Resolution550Bands or Resolution650Bands or Resolution800Bands</Resolution>
<GainsLossesStructsArray>
<anyType />
<anyType />
</GainsLossesStructsArray>
</Gains_Losses_Structurals>
<ErrorMessages>string</ErrorMessages>
</analyseKaryotypeResult>
</analyseKaryotypeResponse>
</soap12:Body>
</soap12:Envelope>