Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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