To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/GetDlmsReferenceIdentifications HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: application/xml
Content-Length: length
<GetDlmsReferenceIdentifications xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eQuipModel.Dlms.Transactions">
<DlmsTransactionXrefId>00000000-0000-0000-0000-000000000000</DlmsTransactionXrefId>
<UserID>String</UserID>
</GetDlmsReferenceIdentifications>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<DlmsReferenceIdentification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eQuip.Domain.Dlms.Transactions">
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/eQuip.Domain.RequisitionsManagement">String</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/eQuip.Domain.RequisitionsManagement">0001-01-01T00:00:00</CreatedDate>
<ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/eQuip.Domain.RequisitionsManagement">String</ModifiedBy>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/eQuip.Domain.RequisitionsManagement">0001-01-01T00:00:00</ModifiedDate>
<FreeFormDescription>String</FreeFormDescription>
<ID>00000000-0000-0000-0000-000000000000</ID>
<IdentificationID>00000000-0000-0000-0000-000000000000</IdentificationID>
<IdentificationType>0</IdentificationType>
<ReferenceIdentification>String</ReferenceIdentification>
<ReferenceIdentification1>String</ReferenceIdentification1>
<ReferenceIdentification2>String</ReferenceIdentification2>
<ReferenceIdentification3>String</ReferenceIdentification3>
<ReferenceIdentificationQualifier>String</ReferenceIdentificationQualifier>
<ReferenceIdentificationQualifier1>String</ReferenceIdentificationQualifier1>
<ReferenceIdentificationQualifier1Name>String</ReferenceIdentificationQualifier1Name>
<ReferenceIdentificationQualifier2>String</ReferenceIdentificationQualifier2>
<ReferenceIdentificationQualifier2Name>String</ReferenceIdentificationQualifier2Name>
<ReferenceIdentificationQualifier3>String</ReferenceIdentificationQualifier3>
<ReferenceIdentificationQualifier3Name>String</ReferenceIdentificationQualifier3Name>
<ReferenceIdentificationQualifierName>String</ReferenceIdentificationQualifierName>
<RequisitionID>00000000-0000-0000-0000-000000000000</RequisitionID>
</DlmsReferenceIdentification>