Service
Click here for a complete list of operations.
GetProjectInformation
Get full details on the financials of the project. Financials will only be returned if project has a stutus of 'Forecasted', 'In Production', 'Completed', or 'Closed'.
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /obvibundles/Service.asmx HTTP/1.1
Host: fwapi.lionbridge.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetProjectInformation"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetProjectInformation xmlns="http://tempuri.org/">
<Ticket>string</Ticket>
<ProjectID>string</ProjectID>
<RetrieveLineDetails>boolean</RetrieveLineDetails>
<Locale>string</Locale>
</GetProjectInformation>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetProjectInformationResponse xmlns="http://tempuri.org/">
<ProjectDetails>
<ID>string</ID>
<Description>string</Description>
<Currency ID="string" />
<TotalPrice>double</TotalPrice>
<MetaData>
<MetaDataItem Name="string" Value="string" />
<MetaDataItem Name="string" Value="string" />
</MetaData>
<Status ID="string" />
<Company ID="string" />
<ProjectOwner>
<Firstname>string</Firstname>
<Surname>string</Surname>
<Email>string</Email>
</ProjectOwner>
<Center ID="string" />
<DateSubmitted>dateTime</DateSubmitted>
<ExpectedStartingDate>dateTime</ExpectedStartingDate>
<ExpectedDeliveryDate>dateTime</ExpectedDeliveryDate>
<SpecialInstructions>string</SpecialInstructions>
<POReference>string</POReference>
<Origin>viaProjectManager or viaPortal or viaWebServices</Origin>
<ProjectManagers>
<ProjectManager Level="int">
<Fullname>string</Fullname>
<Email>string</Email>
</ProjectManager>
<ProjectManager Level="int">
<Fullname>string</Fullname>
<Email>string</Email>
</ProjectManager>
</ProjectManagers>
<SalesManager>
<Fullname>string</Fullname>
<Email>string</Email>
</SalesManager>
<CustomReferences>
<CustomReference ID="string" Level="int" />
<CustomReference ID="string" Level="int" />
</CustomReferences>
<Tasks>
<Tasks ID="string">
<Description>string</Description>
<Task xsi:nil="true" />
<Subtask xsi:nil="true" />
<SourceLanguage xsi:nil="true" />
<TargetLanguage xsi:nil="true" />
<Component xsi:nil="true" />
<SubjectMatter xsi:nil="true" />
<Rate>double</Rate>
<UOM xsi:nil="true" />
<Volume>double</Volume>
<Subtotal>double</Subtotal>
<QuantitySplit xsi:nil="true" />
</Tasks>
<Tasks ID="string">
<Description>string</Description>
<Task xsi:nil="true" />
<Subtask xsi:nil="true" />
<SourceLanguage xsi:nil="true" />
<TargetLanguage xsi:nil="true" />
<Component xsi:nil="true" />
<SubjectMatter xsi:nil="true" />
<Rate>double</Rate>
<UOM xsi:nil="true" />
<Volume>double</Volume>
<Subtotal>double</Subtotal>
<QuantitySplit xsi:nil="true" />
</Tasks>
</Tasks>
</ProjectDetails>
</GetProjectInformationResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /obvibundles/Service.asmx HTTP/1.1
Host: fwapi.lionbridge.com
Content-Type: application/soap+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>
<GetProjectInformation xmlns="http://tempuri.org/">
<Ticket>string</Ticket>
<ProjectID>string</ProjectID>
<RetrieveLineDetails>boolean</RetrieveLineDetails>
<Locale>string</Locale>
</GetProjectInformation>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+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>
<GetProjectInformationResponse xmlns="http://tempuri.org/">
<ProjectDetails>
<ID>string</ID>
<Description>string</Description>
<Currency ID="string" />
<TotalPrice>double</TotalPrice>
<MetaData>
<MetaDataItem Name="string" Value="string" />
<MetaDataItem Name="string" Value="string" />
</MetaData>
<Status ID="string" />
<Company ID="string" />
<ProjectOwner>
<Firstname>string</Firstname>
<Surname>string</Surname>
<Email>string</Email>
</ProjectOwner>
<Center ID="string" />
<DateSubmitted>dateTime</DateSubmitted>
<ExpectedStartingDate>dateTime</ExpectedStartingDate>
<ExpectedDeliveryDate>dateTime</ExpectedDeliveryDate>
<SpecialInstructions>string</SpecialInstructions>
<POReference>string</POReference>
<Origin>viaProjectManager or viaPortal or viaWebServices</Origin>
<ProjectManagers>
<ProjectManager Level="int">
<Fullname>string</Fullname>
<Email>string</Email>
</ProjectManager>
<ProjectManager Level="int">
<Fullname>string</Fullname>
<Email>string</Email>
</ProjectManager>
</ProjectManagers>
<SalesManager>
<Fullname>string</Fullname>
<Email>string</Email>
</SalesManager>
<CustomReferences>
<CustomReference ID="string" Level="int" />
<CustomReference ID="string" Level="int" />
</CustomReferences>
<Tasks>
<Tasks ID="string">
<Description>string</Description>
<Task xsi:nil="true" />
<Subtask xsi:nil="true" />
<SourceLanguage xsi:nil="true" />
<TargetLanguage xsi:nil="true" />
<Component xsi:nil="true" />
<SubjectMatter xsi:nil="true" />
<Rate>double</Rate>
<UOM xsi:nil="true" />
<Volume>double</Volume>
<Subtotal>double</Subtotal>
<QuantitySplit xsi:nil="true" />
</Tasks>
<Tasks ID="string">
<Description>string</Description>
<Task xsi:nil="true" />
<Subtask xsi:nil="true" />
<SourceLanguage xsi:nil="true" />
<TargetLanguage xsi:nil="true" />
<Component xsi:nil="true" />
<SubjectMatter xsi:nil="true" />
<Rate>double</Rate>
<UOM xsi:nil="true" />
<Volume>double</Volume>
<Subtotal>double</Subtotal>
<QuantitySplit xsi:nil="true" />
</Tasks>
</Tasks>
</ProjectDetails>
</GetProjectInformationResponse>
</soap12:Body>
</soap12:Envelope>