semi合集-English.pdf - 第3704页
SEMI PR8-0703 © SEMI 2003 34 R4-1.2.8 ActivatePlan Re sponse ... <?xml version="1.0" encoding="utf-8" ? > <soap:Envelope xmlns:soa p=" http://schemas.xmlsoap.org/soap/envelope/ " xm…

SEMI PR8-0703 © SEMI 2003 33
R4-1.2.6 GetDefinedPlanIds 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>
<GetDefinedPlanIdsResponse xmlns="urn:semi-org:schema:eda_ps_v0.0">
<DefinedPlanIds>DCP-1 DCP-2 DCP-3 DCP-4 DCP-10 DCP-11 DCP-15 DCP-72</
DefinedPlanIds>
</ GetDefinedPlanIdsResponse>
</soap:Body>
</soap:Envelope>
R4-1.2.7 ActivatePlan Request
...
SOAPAction: "urn:semi-org:ws:eda_ps_v0.0:ActivatePlan"
...
<?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>
<ActivatePlan 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>
<UntilDeactivated>false</UntilDeactivated>
</ActivatePlan>
</soap:Body>
</soap:Envelope>

SEMI PR8-0703 © SEMI 2003 34
R4-1.2.8 ActivatePlan 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>
<ActivatePlanResponse xmlns="urn:semi-org:schema:eda_ps_v0.0">
<IsActivated>true</IsActivated>
</ActivatePlanResponse >
</soap:Body>
</soap:Envelope>
R4-1.2.9 ActivatePlan Request (invalid)
...
SOAPAction: "urn:semi-org:ws:eda_ps_v0.0:ActivatePlan"
...
<?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>
<ActivatePlan 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-95</PlanID>
<UntilDeactivated>false</UntilDeactivated>
</ActivatePlan>
</soap:Body>
</soap:Envelope>

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>