semi合集-English.pdf - 第3706页

SEMI PR8-0703 © SEMI 2003 36 R4-1.2.1 2 DeactivatePla n Response ... <?xml version="1.0" encoding="utf-8" ? > <soap:Envelope xmlns:soa p=" http://schemas.xmlsoap.org/soap/envelope/ &quot…

100%1 / 7923
SEMI PR8-0703 © SEMI 2003 35
R4-1.2.10 ActivatePlan Response (error)
...
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<MessageHeader soap:mustUnderstand="1" xmlns="urn:semi-org:schema:eda_ps_v0.0">
<To>urn:icm:equipment.client:app-1</To>
<From>urn:robofurnace:zippo:furnace-00899</From>
</MessageHeader>
</soap:Header>
<soap:Body>
<ActivatePlanResponse xmlns="urn:semi-org:schema:eda_ps_v0.0">
<IsActivated>false</IsActivated>
<Error>
<ErrorTime>2002-09-22T02:22:14.3220000-07:00</ErrorTime>
<ErrorType>EDA-DCP</ErrorType>
<ErrorCode>ACTV-13</ErrorCode>
<ErrorDesc>Unrecognized DCP: DCP-95</ErrorDesc>
</Error>
</ActivatePlanResponse >
</soap:Body>
</soap:Envelope>
R4-1.2.11 DeactivatePlan Request
...
SOAPAction: "urn:semi-org:ws:eda_ps_v0.0:DeactivatePlan"
...
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<MessageHeader soap:mustUnderstand="1" xmlns="urn:semi-org:schema:eda_ps_v0.0">
<To>urn:robofurnace:zippo:furnace-00899</To>
<From>urn:icm:equipment.client:app-1</From>
</MessageHeader>
</soap:Header>
<soap:Body>
<DeactivatePlan xmlns="urn:semi-org:schema:eda_ps_v0.0">
<EquipmentID>
<Supplier>RoboFurnace, Inc.</Supplier>
<Model>Zippo 355</Model>
<ImmutableID>39d-JDII-Uj399</ImmutableID>
</EquipmentID>
<PlanID>DCP-72</PlanId>
</DeactivatePlan>
</soap:Body>
</soap:Envelope>
SEMI PR8-0703 © SEMI 2003 36
R4-1.2.12 DeactivatePlan Response
...
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<MessageHeader soap:mustUnderstand="1" xmlns="urn:semi-org:schema:eda_ps_v0.0">
<To>urn:icm:equipment.client:app-1</To>
<From>urn:robofurnace:zippo:furnace-00899</From>
</MessageHeader>
</soap:Header>
<soap:Body>
<DeactivatePlanResponse xmlns="urn:semi-org:schema:eda_ps_v0.0">
<DeactivatedPlanIds>DCP-72</DeactivatedPlanIds>
</ DeactivatePlanResponse >
</soap:Body>
</soap:Envelope>
R4-1.3 EDA Data Messages (supported by the EDA client)
R4-1.3.1 EdaEnabled
...
SOAPAction: "urn:semi-org:ws:eda_ps_v0.0:EdaEnabled"
...
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<MessageHeader soap:mustUnderstand="1" xmlns="urn:semi-org:schema:eda_ps_v0.0">
<To>urn:icm:equipment.client:app-1</To>
<From>urn:robofurnace:zippo:furnace-00899</From>
</MessageHeader>
</soap:Header>
<soap:Body>
<EdaEnabled xmlns="urn:semi-org:schema:eda_ps_v0.0">
<EquipmentID>
<Supplier>RoboFurnace, Inc.</Supplier>
<Model>Zippo 355</Model>
<ImmutableID>39d-JDII-UJ399</ImmutableID>
</EquipmentID>
</EdaEnabled>
</soap:Body>
</soap:Envelope>
SEMI PR8-0703 © SEMI 2003 37
R4-1.3.2 EdaDisabled
...
SOAPAction: "urn:semi-org:ws:eda_ps_v0.0:EdaDisabled"
...
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<MessageHeader soap:mustUnderstand="1" xmlns="urn:semi-org:schema:eda_ps_v0.0">
<To>urn:icm:equipment.client:app-1</To>
<From>urn:robofurnace:zippo:furnace-00899</From>
</MessageHeader>
</soap:Header>
<soap:Body>
<EdaDisabled xmlns="urn:semi-org:schema:eda_ps_v0.0">
<EquipmentID>
<Supplier>RoboFurnace, Inc.</Supplier>
<Model>Zippo 355</Model>
<ImmutableID>39d-JDII-UJ399</ImmutableID>
</EquipmentID>
</EdaDisabled>
</soap:Body>
</soap:Envelope>