So sieht der Code im
SOAP aus, also im
XML-Format. Das ist die Anforderung. Ich muss mich bei diesem Server erst mit einem Zertifikat anmelden. Weiß nicht ob das irgendeine Bewandtnis hat.
Code:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/
soap/envelope/" xmlns:cim="http://cim.osram.ws.gefasoft.com/" xmlns:dat="http://cim.osram.ws.gefasoft.com/DataContracts">
<soapenv:Header/>
<soapenv:Body>
<cim:GetLotInfoByLotName>
<!--Optional:-->
<cim:requestMessage>
<dat:ToolCode>?</dat:ToolCode>
<!--Optional:-->
<dat:CheckSlotPos>false</dat:CheckSlotPos>
<!--Optional:-->
<dat:EquipmentValidation>false</dat:EquipmentValidation>
<!--Optional:-->
<dat:LotName>R173419P</dat:LotName>
<!--Optional:-->
<dat:ReturnBrokenWafers>true</dat:ReturnBrokenWafers>
<!--Optional:-->
<dat:UseSlotPosition>false</dat:UseSlotPosition>
</cim:requestMessage>
</cim:GetLotInfoByLotName>
</soapenv:Body>
</soapenv:Envelope>