HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/SendMachineInfo HTTP/1.1
Host: www.integrator.hr
Content-Type: application/xml
Content-Length: length
<SendMachineInfo 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>
<MachineInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/Integrator.Sys.Info">
<d2p1:BiosData xmlns:d3p1="http://schemas.datacontract.org/2004/07/Integrator.Sys.Info.Bios">
<d3p1:Caption>String</d3p1:Caption>
<d3p1:Manufacturer>String</d3p1:Manufacturer>
<d3p1:SerialNumber>String</d3p1:SerialNumber>
<d3p1:Version>String</d3p1:Version>
</d2p1:BiosData>
<d2p1:ComputerSystemData xmlns:d3p1="http://schemas.datacontract.org/2004/07/Integrator.Sys.Info.ComputerSystem">
<d3p1:Caption>String</d3p1:Caption>
<d3p1:Description>String</d3p1:Description>
<d3p1:IdentifyingNumber>String</d3p1:IdentifyingNumber>
<d3p1:Name>String</d3p1:Name>
<d3p1:UUid>String</d3p1:UUid>
<d3p1:Vendor>String</d3p1:Vendor>
<d3p1:Version>String</d3p1:Version>
</d2p1:ComputerSystemData>
<d2p1:DiskPartitionMaps xmlns:d3p1="http://schemas.datacontract.org/2004/07/Integrator.Sys.Info.Storage" i:nil="true" />
<d2p1:LogicalDisks xmlns:d3p1="http://schemas.datacontract.org/2004/07/Integrator.Sys.Info.Storage" i:nil="true" />
<d2p1:MotherBoardData xmlns:d3p1="http://schemas.datacontract.org/2004/07/Integrator.Sys.Info.MotherBoard">
<d3p1:Manufacturer>String</d3p1:Manufacturer>
<d3p1:Product>String</d3p1:Product>
<d3p1:SerialNumber>String</d3p1:SerialNumber>
<d3p1:Version>String</d3p1:Version>
</d2p1:MotherBoardData>
<d2p1:NetworkAdapterConfigurations xmlns:d3p1="http://schemas.datacontract.org/2004/07/Integrator.Sys.Info.Network" i:nil="true" />
<d2p1:OsData xmlns:d3p1="http://schemas.datacontract.org/2004/07/Integrator.Sys.Info.Os">
<d3p1:Caption>String</d3p1:Caption>
<d3p1:CodeSet>String</d3p1:CodeSet>
<d3p1:CountryCode>String</d3p1:CountryCode>
<d3p1:InstallDate>String</d3p1:InstallDate>
<d3p1:Locale>String</d3p1:Locale>
<d3p1:MachineName>String</d3p1:MachineName>
<d3p1:OsArchitecture>String</d3p1:OsArchitecture>
<d3p1:OsLanguage>String</d3p1:OsLanguage>
<d3p1:ProductKey>String</d3p1:ProductKey>
<d3p1:ProductType>String</d3p1:ProductType>
<d3p1:RegisteredUser>String</d3p1:RegisteredUser>
<d3p1:SerialNumber>String</d3p1:SerialNumber>
<d3p1:ServicePackMajorVersion>String</d3p1:ServicePackMajorVersion>
<d3p1:ServicePackMinorVersion>String</d3p1:ServicePackMinorVersion>
<d3p1:Username>String</d3p1:Username>
<d3p1:Version>String</d3p1:Version>
<d3p1:WindowsDirectory>String</d3p1:WindowsDirectory>
</d2p1:OsData>
<d2p1:PhysicalDisks xmlns:d3p1="http://schemas.datacontract.org/2004/07/Integrator.Sys.Info.Storage" i:nil="true" />
<d2p1:SqlServers xmlns:d3p1="http://schemas.datacontract.org/2004/07/Integrator.Sys.Info.Sql" i:nil="true" />
</MachineInfo>
</SendMachineInfo>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<SendMachineInfoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Integrator.Sys.ServiceModel">
<Id>String</Id>
</SendMachineInfoResponse>