To override the Content-type in your clients, use the HTTP Accept Header, append the .soap12 suffix or ?format=soap12
HTTP + SOAP12
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /soap12 HTTP/1.1
Host: equipstage3.e-isg.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<eQuipLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eQuipModel">
<encodecount>0</encodecount>
<password>String</password>
<username>String</username>
</eQuipLogin>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<Time xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eQuipModel">
<AllowDuplicateBarcode>false</AllowDuplicateBarcode>
<DefaultSite>
<Site>
<CreatedBy>0</CreatedBy>
<CreatedDate>0001-01-01T00:00:00</CreatedDate>
<SiteCode>String</SiteCode>
<SiteDescription>String</SiteDescription>
<SiteIDInternal>String</SiteIDInternal>
<SiteName>String</SiteName>
<UpdatedBy>0</UpdatedBy>
<UpdatedDate>0001-01-01T00:00:00</UpdatedDate>
</Site>
</DefaultSite>
<DisableAssetCreationOnScan>false</DisableAssetCreationOnScan>
<Framework>String</Framework>
<IdleTimeout>0</IdleTimeout>
<MobileSites>
<Site>
<CreatedBy>0</CreatedBy>
<CreatedDate>0001-01-01T00:00:00</CreatedDate>
<SiteCode>String</SiteCode>
<SiteDescription>String</SiteDescription>
<SiteIDInternal>String</SiteIDInternal>
<SiteName>String</SiteName>
<UpdatedBy>0</UpdatedBy>
<UpdatedDate>0001-01-01T00:00:00</UpdatedDate>
</Site>
</MobileSites>
<Permissions>
<AddEditAssets>false</AddEditAssets>
<AddEditDeleteCategories>false</AddEditDeleteCategories>
<AddEditDeleteFloors>false</AddEditDeleteFloors>
<AddEditDeletePermissions>false</AddEditDeletePermissions>
<AddEditDeleteReports>false</AddEditDeleteReports>
<AddEditLocations>false</AddEditLocations>
<AddEditPeople>false</AddEditPeople>
<ApproveWorkOrder>false</ApproveWorkOrder>
<AssetCheckOut>false</AssetCheckOut>
<BarcodeScanningPrinting>false</BarcodeScanningPrinting>
<ChangeOptions>false</ChangeOptions>
<ChangePerferences>false</ChangePerferences>
<CreateMessage>false</CreateMessage>
<CreateProjects>false</CreateProjects>
<CreateWorkOrder>false</CreateWorkOrder>
<DeleteAsset>false</DeleteAsset>
<DeleteLocations>false</DeleteLocations>
<DeletePeople>false</DeletePeople>
<DeleteWorkOrder>false</DeleteWorkOrder>
<EditFloorplanImages>false</EditFloorplanImages>
<ExportWorkOrder>false</ExportWorkOrder>
<FromDesign>false</FromDesign>
<ImportData>false</ImportData>
<ModifyValueLists>false</ModifyValueLists>
<MoveLocations>false</MoveLocations>
<OpenProjects>false</OpenProjects>
<Prohibitchangeofassetsbyotherusers>false</Prohibitchangeofassetsbyotherusers>
<RelocateAssets>false</RelocateAssets>
<ScannerAdmin>false</ScannerAdmin>
<ViewAdminMenu>false</ViewAdminMenu>
<ViewAllSitesReadOnly>false</ViewAllSitesReadOnly>
<ViewAssetReservation>false</ViewAssetReservation>
<ViewRemoteSites>false</ViewRemoteSites>
<ViewReportsMenu>false</ViewReportsMenu>
<ViewUnApprovedAssets>false</ViewUnApprovedAssets>
<WorkstationAuditEmployeeImport>false</WorkstationAuditEmployeeImport>
</Permissions>
<PropertyPass>false</PropertyPass>
<RequiredFields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</RequiredFields>
<RoleID>0</RoleID>
<ServerTime>0001-01-01T00:00:00</ServerTime>
<UserID>String</UserID>
<eQuipVersion>String</eQuipVersion>
</Time>
</soap12:Body>
</soap12:Envelope>