semi合集-English.pdf - 第3701页
SEMI PR8-0703 © SEMI 2003 31 R4-1.2.2 IsEdaEnable d Response HTTP/1.1 100 Continue Server: Microsoft-IIS/5.0 Date: Mon, 16 Sep 2002 19:56:41 GMT HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Mon, 16 Sep 2002 19:56:41 G…

SEMI PR8-0703 © SEMI 2003 30
RELATED INFORMATION 4
MESSAGE EXAMPLES
NOTICE: This related information is not an official part of SEMI PR8. This related information is not intended to
modify or supersede the official proposed standard. Determination of the suitability of the material is solely the
responsibility of the user.
R4-1 Example EDA Messages
R4-1.1 This section provides simple examples of each of the EDA messages defined in the specification. HTTP
headers are shown in full only for the IsEdaEnabled request. Thereafter, only the SOAPAction header is shown for
brevity.
R4-1.2 Data Management Messages (supported by the equipment)
R4-1.2.1 IsEdaEnabled Request
POST /EDAEquipmentService HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol
1.0.3705.0)
Content-Type: text/xml; charset=utf-8
SOAPAction: "urn:semi-org:ws:eda_ps_v0.0:IsEdaEnabled"
Content-Length: 433
Expect: 100-continue
Connection: Keep-Alive
Host: localhost
<?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>
<IsEdaEnabled xmlns="urn:semi-org:schema:eda_ps_v0.0">
<EquipmentID>
<Supplier>RoboFurnace, Inc.</Supplier>
<Model>Zippo 355</Model>
<ImmutableID>39d-JDII-Uj399</ImmutableID>
</EquipmentID>
</IsEdaEnabled>
</soap:Body>
</soap:Envelope>

SEMI PR8-0703 © SEMI 2003 31
R4-1.2.2 IsEdaEnabled Response
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Mon, 16 Sep 2002 19:56:41 GMT
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Mon, 16 Sep 2002 19:56:41 GMT
Content-Length: 335
Content-Type: text/html
<?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>
<IsEdaEnabledResponse xmlns="urn:semi-org:schema:eda_ps_v0.0">
<IsEnabled>true</IsEnabled>
</IsEdaEnabledResponse>
</soap:Body>
</soap:Envelope>
R4-1.2.3 GetActivePlanIds Request
...
SOAPAction: "urn:semi-org:ws:eda_ps_v0.0:GetActivePlanIds"
...
<?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>
<GetActivePlanIds xmlns="urn:semi-org:schema:eda_ps_v0.0">
<EquipmentID>
<Supplier>RoboFurnace, Inc.</Supplier>
<Model>Zippo 355</Model>
<ImmutableID>39d-JDII-Uj399</ImmutableID>
</EquipmentID>
</GetActivePlanIds>
</soap:Body>
</soap:Envelope>

SEMI PR8-0703 © SEMI 2003 32
R4-1.2.4 GetActivePlanIds 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>
<GetActivePlanIdsResponse xmlns="urn:semi-org:schema:eda_ps_v0.0">
<ActivePlanIds>DCP-1 DCP-2 DCP-72</ ActivePlanIds >
</GetActivePlanIdsResponse>
</soap:Body>
</soap:Envelope>
R4-1.2.5 GetDefinedPlanIds Request
...
SOAPAction: "urn:semi-org:ws:eda_ps_v0.0:GetDefinedPlanIds"
...
<?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>
<GetDefinedPlanIds xmlns="urn:semi-org:schema:eda_ps_v0.0">
<EquipmentID>
<Supplier>RoboFurnace, Inc.</Supplier>
<Model>Zippo 355</Model>
<ImmutableID>39d-JDII-Uj399</ImmutableID>
</EquipmentID>
</GetDefinedPlanIds>
</soap:Body>
</soap:Envelope>