Hi,
I have a requirement to expose the talend webservice to other systems so that they can invoke the web service URL and send the request in xmls format, and we need to perform the schema check and provide them the response. Could someone able to advise how we can achieve this using Talend Enterprise Data Management Tool
Hi, You can use "Build job" feature to deploy and execute a Job on any server, independent of Talend Studio. Please refer to document about:TalendHelpCenter:How to build Jobs Best regards Sabrina
I tried the same but getting the below when I am trying to invoke the war from the browser
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<soapenv:Body> <soapenv:Fault> <faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1erver.NoService</faultcode> <faultstring> The AXIS engine could not find a target service to invoke! targetService is Test_Ram_Sample_0.1 </faultstring> <detail> <ns2:hostname xmlns:ns2="http://xml.apache.org/axis/">127.0.0.1</ns2:hostname> </detail> </soapenv:Fault> </soapenv:Body>
Changed the URL
from - http://*.*.*.*:8080/Test_Ram_Sample_0.1/services/Test_Ram_Sample_0.1?method=runJob
To - http://*.*.*.*:8080/Test_Ram_Sample_0.1/services/Test_Ram_Sample?method=runJob
and getting the below in the browser. But I am getting 1 in the
ns1:item, which tell that there is an error, but I am not able to see where the error is.. Could you please help
Hi Sabrina, Can i get an example where I can expose the service (operation - addCustomer) to other system and they will invoke this URL and pass the request in a xml and my service should be able to write in a file. Please provide some inputs.