Skip to main content

Hello ,

i am trying to create connection between FME HTTP callers and azure AD .

 

the connection is succeeded with http caller i

.

what is the next step ?

i have added the requested url with tenant id and client id and client secret .

it seems to me that it is working .

 

what should I do now to upload specific file through http callers ?

could someone advice me ,thanks in advance .

Fme 2021

Hello @soly​, if you're looking to send data or requests using the HTTPCaller, you will want to use the POST HTTP Method. Then, you'll need to select 'Upload from File' or 'Multipart / Form Data' as the upload data parameter in the Body section of the HTTPCaller parameters. Let me know if you have any other questions about the HTTPCaller. Happy to help, Kailin.


Hello @soly​, if you're looking to send data or requests using the HTTPCaller, you will want to use the POST HTTP Method. Then, you'll need to select 'Upload from File' or 'Multipart / Form Data' as the upload data parameter in the Body section of the HTTPCaller parameters. Let me know if you have any other questions about the HTTPCaller. Happy to help, Kailin.

Thanks for ur reply .

What should I write in request url ?

i have written the url for the destination where should I upload the file but it does not work . What should I do ?


Thanks for ur reply .

What should I write in request url ?

i have written the url for the destination where should I upload the file but it does not work . What should I do ?

Hello @soly​, hmm.. you may need to refer to your API doc for that information. Would you be able to share the doc perhaps and maybe how you currently have your request set up in the HTTPCaller? If you're newer to working with API's in FME, I might recommend reviewing some of these tutorials. Best, Kailin.


Thanks for ur reply .

What should I write in request url ?

i have written the url for the destination where should I upload the file but it does not work . What should I do ?

Thanks a lot


Reply