How to use Importer to import a XML file
Hi,
I wonder if it is possible to import a XML file by using REST API
"
POST /Thingworx/Importer?purpose=import& usedefaultdataprovider=false& WithSubsystems=false HTTP/1.1
Host: <<server>>
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
Accept: */*
Authorization: Basic <<base64>>
cache-control: no-cache
Content-Disposition: form-data; name="file"; filename="R:\TestProject\Things\TestFeature1.xml
------WebKitFormBoundary7MA4YWxkTrZu0gW--
"
I tried a HTTP request above, but it did not work 😞
My Bests,
Hung Tran

