Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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