Questions tagged [xtrf]

XTRF is, according to its website, a project management system for translation agencies and corporate translation departments.

XTRF is, according to its website, a project management system for translation agencies and corporate translation departments.

It supports the work of translation departments, covering almost all areas of activity including translation project and work-flow management, customer and subcontractor database management, invoicing management, support of sales activities and so on.

XTRF ™ is based on java technology in a network environment, allowing you to connect to the system via any web browser.

20 questions
3
votes
2 answers

Cannot invoke any operation required authentication even after correct log-in

I use the XTRF API version 1.3 at URL http://[security]/translationManagementService/PartnerWSAPI and SOAP UI 4.5 for simulation of client actions. I'm able to successfully login (get no error message) but any other operations fail with an exception…
user1749939
  • 221
  • 2
  • 6
2
votes
2 answers

Parsing WSDL: xx already defined

When I try to execute following PHP code: $client = new SoapClient("https://.../translationManagementService/XTRFService?wsdl"); I get: Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: 'createCustomer' already defined in…
Andrej Kmet
  • 23
  • 1
  • 4
1
vote
1 answer

How to get details (unit, quantity, price) from XTRF customer invoice API?

We are using the Customer Invoice Api, but we can'n get the details of the jobs, as unit, quantity and price. Only the "totalAgreed", that is the amount already calculated (quantity * price) of the job. How can we recovery this…
Erika
  • 11
  • 1
1
vote
1 answer

How do I retrieve quoteIds for specific client(customer) in Smart Quotes?

I am trying to retrieve a list with all quote ids for a specific customer. It seems there is no API operation for Quotes(Smart)(v2) in Home Portal Api documentation to perform that, only retrieving details for a given quote: GET /v2/quotes/{quoteId}…
tania_dm
  • 11
  • 2
1
vote
1 answer

How do I retrieve files for a classic project from the XTRF API?

I have written a system which communicates with XTRF's Home Portal API. So far, I have managed to create projects, create tasks, add tasks and upload files. However, when it comes to completed tasks in XTRF, I am unable to find a way to download the…
1
vote
1 answer

How to upload files to XTRF so a local file can be referenced in call to createSimpleQuote

Trying to understand options for attatching input files can to a quote/project when using the Web Service API for Partners 1.0. We have figured out how to use the login and the createSimpleQuote SOAP methods to create a Quote as a customer. The…
JoEd
  • 13
  • 2
1
vote
2 answers

Add Quote to XTRF using REST API

Please let me know how I can post a quote to XTRF using REST API. We are having POST/quote functionality in REST API, but I am unable to find what are the params that we need to pass to that API call and I am getting Http status 415 - Unsupported…
0
votes
2 answers

What is the main uri for XTRF Home Portal?

I'd just want to use the getters from Home Portal. My company's dedicated url is like "mycompany.s.xtrf.eu", but it does not seems to be working for any API call, even with the good X-AUTH-ACCESS-TOKEN header. I tried a get request on…
Aurel
  • 21
  • 6
0
votes
1 answer

Do I need a different TOKEN to access customer-api for an XTRF server?

I am trying to access some data using "customer-api" for an XTRF server but I get below: "status":401," errorMessage":"You are not authenticated or given credentials are incorrect, please re authenticate.", "detailedMessage":null I do have a token…
0
votes
1 answer

Moving custom fields from quote to project XTRF Client Portal API

I have a problem with moving Custom Fields from quote to project. Quotes are created via Client Portal API and as far as I know theses quotes are classic ones. When I create project from classic quote, project doesn't populate custom fields. I tried…
0
votes
1 answer

How to get job id of existing job in XTRF smart project

I would like to update the status of existing jobs in XTRF smart projects using the XTRF Home Portal API. The API call requires a job ID, but I don't where to find this ID. End point: .../v2/jobs/{jobId}/status Following the solution of a similar…
0
votes
1 answer

XTRF Home API, how to paginate customers

I'm trying to make a grid of customers with help of XTRF Home API, and I have more than 10.000 customers in my XTRF account, so I'd like to paginate them. How can I specify limit/offset in Home API /customers/ call? Query parameters "limit" and…
0
votes
0 answers

XTRF Customer REST API – How to pass only URL of file instead of sending entire content in a POST request?

Earlier we integrated with XTRF via Web Service (SOAP) API. Unfortunately I didn't participate in that development, so I can only tell about what I see in our source code now. It seems, that in that version there was a Partner Service API…
0
votes
1 answer

I am unable to create a project using XTRF

I am unable to create a project with some languages. For example I have selected Russian as target language and tries to create a project using 'createProject' XTRF Webservice API , but I am getting the following error. I am able to create a…
0
votes
1 answer

Access Customer Information in XTRF

I am using createCustomer API to create a customer in XTRF and we are able to create a Customer using "customer Name". Here the customer id and password auto generated by XTRF. We are using signup functionality in our application, which will create…
1
2