Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

I can not recover data from WebServices from Talend

Hello,

 

I have been trying for several days to read a Webservices to which I have to pass several Parameters for its execution. but it always gives me some error. The webservices have a user of tests that I put here below:

 

WSDL: "https://fleetft.tx-connect.com/IWS/Service.asmx?WSDL"

WS: "Get_Vehicles"

 

I put in Red the necessary fields for the correct Execution.

 

<?xml version="1.0" encoding="utf-16"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<Get_Vehicles xmlns="http://transics.org">
<Login>
<DateTime>0001-01-01T00:00:00</DateTime>
<Version>0</Version>
<Dispatcher>IWS</Dispatcher>
<Password>D3m0</Password>
<SystemNr>3820</SystemNr>
<Integrator>Transics</Integrator>
<Language>ES</Language>
</Login>
<VehicleSelection>
<Identifiers />
<IncludePicture xsi:nil="true" />
<IncludeSite xsi:nil="true" />
<IncludeEngineInfo xsi:nil="true" />
<IncludeTechnicalInfo xsi:nil="true" />
<IncludeLoadInfo xsi:nil="true" />
<IncludeComfortInfo xsi:nil="true" />
<IncludePosition xsi:nil="true" />
<IncludeActivity xsi:nil="true" />
<IncludeDrivers xsi:nil="true" />
<IncludeObcInfo xsi:nil="true" />
<IncludeETAInfo xsi:nil="true" />
<IncludeTemperatureInfo xsi:nil="true" />
<IncludeInfoFields xsi:nil="true" />
<IncludeUpdateDates xsi:nil="true" />
<IncludeCostInfo xsi:nil="true" />
</VehicleSelection>
</Get_Vehicles>
</soap:Body>
</soap:Envelope>

 

 

 

Please can you help me develop a job that obtains the data of this webServices and enter it in an Excel or in a Sql table

 

Thank yout very much.

Labels (4)
1 Reply
Anonymous
Not applicable
Author

Hello,

You can read the values from a data source or input and pass it to twebservice component.

Here is a related scenario:TalendHelpCenter: Scenario: Getting country names through a Web service.

Best regards

Sabrina