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