Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView 9 - Webservices do not work? (cannot call WSDL)

Hi,

I am trying to connect to some of the webservices offered in QlikView 9.

What I have done:

- First I have enabled the batch-mode in QlikViewDistributionService.exe.config
<add key="EnableBatchMode" value="true"/>

- I am trying to call http://localhost:4720/qtxs.asmx ==> OK, I get the hello world

- then I was trying to call http://localhost:4720/qtxs.asmx?WSDL ==> Error, not available

Any ideas? Do I have to wait for Service Release 1 or should this already work ...

BTW, I realised the same behaviour for all webservices offered ...

Best regards

Stefan



17 Replies
Anonymous
Not applicable
Author

Thanks for posting that script. It works great!

Not applicable
Author

Hi!

I set key "EnableBatchMode"=True in QvDistributionService.exe.config , I restart the Distribution Services but i obtain HTTP 403 Forbidden response when i call to http://myserver:4720/qtxs.asmx

What may be happening?

Thanks!

Not applicable
Author

Are you saying that if "EnableBatchMode"=False then you get the hello message, but if it's true you get the forbidden message?

This is a shot in the dark, but when you request qtxs.asmx are you using IE and logged in as someone in the QlikView Administrators group?

Not applicable
Author

If EnableBatchMode=true that url should response "Hello World", but I obtain HTTP 403 Forbidden.

Not applicable
Author

I understand. What if it's set to False? Do you get the hello message then?

I'm just trying to understand if the 403 message is *really* related to the EnableBatchMode setting, or if there's something else that's causing the problem. That setting doesn't make a difference for me.

Not applicable
Author

What kind of rights do I need?

I dont wan't to let the user running the call be in the server admin group...

BR
Hans

Not applicable
Author

Ok, I get the same respone with EnableBatchMode=False: HTTP 403 Forbidden.

Not applicable
Author

When you make the request, are you using IE? Are you in the QlikView Administrator's group?

If you can get it working as an administrator, there are ways you can make it so a non-administrator can trigger it by using the Windows Scheduler.