We need a multipart/form-data request to receive a raw-body message.
We dont understand this DUMP_FILES_CONTENTS method realy.
hv_UHTTP->SET_FLAGS(3)
hv_UHTTP->DUMP_FILE_CONTENTS(sv_LOCAL_FILE_NAME, "")
hv_UHTTP->SEND(sv_URL,"GET","","",sv_HEADERS,"",sv_RESPONSE)
hv_UHTTP->DUMP_FILE_CONTENTS("","")The SEND-Methode throws an -10 for the URL we get, but we dont want to use the url!
We only need the raw-body!
What is the right way to do this?
Thanks a lot



