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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

twebservice doesn't work

hello.. so it's have been a week and I still can't connect any webservice with the twebservice component.

I thought it might be the ws problem so I just took a very simple one and I still get a java exception on it.

does any one know why is that ? or can try this url by himself to figure out if its a problem in my project?

 

Thanks!0683p000009Luwf.jpg

Labels (3)
4 Replies
TRF
Champion II
Champion II

Just tried to use tWebService but not able to enter the configuration.

Have to try more.

However, you can use tWebServiceInput as on the following capture:

0683p000009Luwp.png

1st step, I use a tFixedFlowInput to define the parameter values.

The schema contains 2 fields, CountryName and CityName which values are "Paris" and "France".

2nd step, tFlowToIterate is required a tWebServiceInput cannot be linked using a flow.

This component will autoaticaly defined a global variable for each input field.

3rd step, tWebService will call the desired web service, passing the parameters as defined in Parameter field.

The result will come into the field defined into the schema for this component (here GetWeatherResult).

Unfortunately, the web service allways send "No Data Found" as the response, don't know why but it respond.

 

Hope this helps.

Anonymous
Not applicable
Author

HI!
so with the twebserviceinput it works somehow, but I really want to understand why with the *same* webservice the twebservice component doesn't work.
It always fail on nullpointerexception.
Can you think of a reason?
TRF
Champion II
Champion II

How do you pass parameter values for tWebService?
I think the reason should be there.
Anonymous
Not applicable
Author

I pass them with tfixedflowinput , or with connecting it with a tmap or so. I've tried a lot of options,but nothing worked