HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/SendMachineId HTTP/1.1
Host: www.integrator.hr
Content-Type: application/xml
Content-Length: length
<SendMachineId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Integrator.Sys.ServiceModel">
<MachineId xmlns:d2p1="http://schemas.datacontract.org/2004/07/Integrator.Sys.Info">
<d2p1:BiosSerial>String</d2p1:BiosSerial>
<d2p1:MacList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<d2p1:MotherBoardSerial>String</d2p1:MotherBoardSerial>
<d2p1:SystemUuid>String</d2p1:SystemUuid>
</MachineId>
<SifraStroja>0</SifraStroja>
</SendMachineId>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<SendMachineIdResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Integrator.Sys.ServiceModel">
<MachineGuid>String</MachineGuid>
<SendInfo>false</SendInfo>
</SendMachineIdResponse>