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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error while trying to call a webservice from a webservice client

I am trying to call a web service developed in talend from a web service client but getting the below error.Please Help!
WebServicesFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultString: WSWS3499W: Redirected new location: http://192.168.1.39:53404/sample_0
faultActor: null
Madhavi
Labels (4)
6 Replies
Anonymous
Not applicable
Author

Hi
Which version of TOS did you use? Can you upload a screenshot of your job?
Best regards
shong
Anonymous
Not applicable
Author

Hi Shong,
I am using version TOS-All-r8293-V2.3.0RC2.I would like to know if the fault is in the web service client?
Do i need to add any external jars in the client ?

Madhavi
Anonymous
Not applicable
Author

Hello Madhavi
https://community.talend.com/t5/Installing-and-Upgrading/how-to-use-jasperETL-in-my-WebApp/td-p/6661...

Sorry, Can you describe your job and what did you exactly do before run the job?
Best regards
shong
_AnonymousUser
Specialist III
Specialist III

Hi Shong,
I developed a job in talend which reads data from a database and writes that data to a diff database which is running fine.Later i exported that as a web service and deployed it to Java App Server.Then i created a web service client in eclipse to call that web service for which i'm getting the below error:
Please Help!!!
WebServicesFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultString: WSWS3499W: Redirected new location: http://192.168.1.39:53404/sample_0
faultActor: null

Thanks
Madhavi
Anonymous
Not applicable
Author

Hello
I developed a job in talend which reads data from a database and writes that data to a diff database which is running fine.Later i exported that as a web service and deployed it to Java App Server.

Can you have a test using the URL to call the war file and run the job (see the related 1686)? Check that the war file have been exported from talend correctly.
If you can call the war file in WebApp via URL correctly, please check your web service client in eclipse.
Best regards
shong
_AnonymousUser
Specialist III
Specialist III

Thank You Shong....I will recheck everything and let you know!!

Madhavi