AutoDCR1


Click here for a complete list of operations.

CreateAppDwgTrace

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 /AutoDCR.Integration/AutoDCR.asmx HTTP/1.1
Host: 103.13.97.245
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/CreateAppDwgTrace"

<?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>
    <CreateAppDwgTrace xmlns="http://tempuri.org/">
      <AppDwgTrace>
        <ID>int</ID>
        <MsgID>int</MsgID>
        <FlowID>int</FlowID>
        <RefDrawingID>int</RefDrawingID>
        <SubmissionCount>int</SubmissionCount>
        <EventType>Format_Verification or Drawing_Scrutiny or Drawing_Printing or DCR_Reading_Sanction_Rewriting or DCR_Format_Verification_Scrutiny_Printing_ or File_Submitted_To_ODPS_From_IFP_First_Time or File_Submitted_to_ODPS_from_IFP_last_time or Scrutiny_Start_in_Auto_Scrutiny_Scrutiny_Cell or Scrutiny_Check_Done or Start_Printing or Printing_Done or Status_Changed or Status_Send_To_IFP or Drawing_Download_Start or Drawing_Download_End or Xml_Download_Start or Xml_Download_End or Report_Download_Start or Report_Download_End or Drawing_Upload_Start or Drawing_Upload_End or Xml_Upload_Start or Xml_Upload_End or Report_Upload_Start or Report_Upload_End or Crash_Report or PreDCR_Start or PreDCR_End or AutoDCR_Start or AutoDCR_End or Printing_Start or Printing_End or DCR_Download_Start or DCR_Download_End or PDF_Download_Start or PDF_Download_End or PDFReport_Download_Start or PDFReport_Download_End or Logo_Download_Start or Logo_Download_End or DCR_Upload_Start or DCR_Upload_End or PDF_Upload_Start or PDF_Upload_End or PDFReport_Upload_Start or PDFReport_Upload_End or Logo_Upload_Start or Logo_Upload_End</EventType>
        <DwgScrutinyMode>NA or Auto_Scrtiny or Manual</DwgScrutinyMode>
        <EventStartDate>dateTime</EventStartDate>
        <EventEndDate>dateTime</EventEndDate>
        <Status>int</Status>
        <SubStatus>int</SubStatus>
        <TokenID>int</TokenID>
        <PersonID>int</PersonID>
        <MACAddress>string</MACAddress>
        <IPAddress>string</IPAddress>
        <Remark>string</Remark>
        <SubmitID>int</SubmitID>
        <AutoDCRVersion>string</AutoDCRVersion>
        <AttemptNum>short</AttemptNum>
      </AppDwgTrace>
      <ProposalID>int</ProposalID>
    </CreateAppDwgTrace>
  </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>
    <CreateAppDwgTraceResponse xmlns="http://tempuri.org/">
      <CreateAppDwgTraceResult>int</CreateAppDwgTraceResult>
    </CreateAppDwgTraceResponse>
  </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 /AutoDCR.Integration/AutoDCR.asmx HTTP/1.1
Host: 103.13.97.245
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>
    <CreateAppDwgTrace xmlns="http://tempuri.org/">
      <AppDwgTrace>
        <ID>int</ID>
        <MsgID>int</MsgID>
        <FlowID>int</FlowID>
        <RefDrawingID>int</RefDrawingID>
        <SubmissionCount>int</SubmissionCount>
        <EventType>Format_Verification or Drawing_Scrutiny or Drawing_Printing or DCR_Reading_Sanction_Rewriting or DCR_Format_Verification_Scrutiny_Printing_ or File_Submitted_To_ODPS_From_IFP_First_Time or File_Submitted_to_ODPS_from_IFP_last_time or Scrutiny_Start_in_Auto_Scrutiny_Scrutiny_Cell or Scrutiny_Check_Done or Start_Printing or Printing_Done or Status_Changed or Status_Send_To_IFP or Drawing_Download_Start or Drawing_Download_End or Xml_Download_Start or Xml_Download_End or Report_Download_Start or Report_Download_End or Drawing_Upload_Start or Drawing_Upload_End or Xml_Upload_Start or Xml_Upload_End or Report_Upload_Start or Report_Upload_End or Crash_Report or PreDCR_Start or PreDCR_End or AutoDCR_Start or AutoDCR_End or Printing_Start or Printing_End or DCR_Download_Start or DCR_Download_End or PDF_Download_Start or PDF_Download_End or PDFReport_Download_Start or PDFReport_Download_End or Logo_Download_Start or Logo_Download_End or DCR_Upload_Start or DCR_Upload_End or PDF_Upload_Start or PDF_Upload_End or PDFReport_Upload_Start or PDFReport_Upload_End or Logo_Upload_Start or Logo_Upload_End</EventType>
        <DwgScrutinyMode>NA or Auto_Scrtiny or Manual</DwgScrutinyMode>
        <EventStartDate>dateTime</EventStartDate>
        <EventEndDate>dateTime</EventEndDate>
        <Status>int</Status>
        <SubStatus>int</SubStatus>
        <TokenID>int</TokenID>
        <PersonID>int</PersonID>
        <MACAddress>string</MACAddress>
        <IPAddress>string</IPAddress>
        <Remark>string</Remark>
        <SubmitID>int</SubmitID>
        <AutoDCRVersion>string</AutoDCRVersion>
        <AttemptNum>short</AttemptNum>
      </AppDwgTrace>
      <ProposalID>int</ProposalID>
    </CreateAppDwgTrace>
  </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>
    <CreateAppDwgTraceResponse xmlns="http://tempuri.org/">
      <CreateAppDwgTraceResult>int</CreateAppDwgTraceResult>
    </CreateAppDwgTraceResponse>
  </soap12:Body>
</soap12:Envelope>