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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

ETL rest api with xml input

Hello, 

 

I have some difficulties with REST Services from a Provider

.

1/I succeeded to call the REST Services with "GET" ... so I know that urls, credentials are correct. 

Service description is mentioning

  • Request parameters
  • XSD
  • And also that

Method

Body

GET

Empty

 

I am using a tRESTClient from scratch with input schema body & string

 

I get a result… it’s OK …

 

2/I am now trying to call the REST Services with "PUT" ... 

Service description is mentioning

  • Request parameters
  • XSD
  • And also that

Method

Body

PUT

Full resource

 

I have the feeling that “Full resource” means something but I do not know how to handle it.

Do I have to provide xml content in input ?

How to combine xml file in input of a tRESTClient ?

 

Labels (3)
0 Replies