Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
il have to call a webservice with tRestClient using form type.
I test with a curl and it works
curl -u xxxx:xxxx https://urltocall.com - X POST -F file_name=toto.xml -F file_content=@/tmp/FluxPESContratinitial.xml
My problem is to send all the content xml with a tRestClient.
Is it possible to do the same thing with a tRestClient?
Thanks for your answers
Regards
Hello,
If you want to pass directly the xml file as request to the web service when calling, read the root element as a node.
Please see my screenshot.
Let us know if it is OK with you.
Best regards
Sabrina
Hello,
If you want to pass directly the xml file as request to the web service when calling, read the root element as a node.
Please see my screenshot.
Let us know if it is OK with you.
Best regards
Sabrina