cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Upload file to (REST) Web Service from ThingWorx.

rsanap
1-Newbie

Upload file to (REST) Web Service from ThingWorx.

I want to upload a file to Web Server hosting Upload web service from ThingWorx, i came across service getXml but i cant use it for uploading. Is there any service available which i can use it to upload file on Web Service hosted on Tomcat Server ?

3 REPLIES 3
paic
1-Newbie
(To:rsanap)

Try PostXML? Not sure if that server accepts a post of a file

mhollenbach
5-Regular Member
(To:rsanap)

Create a FileRepository Thing and use the SaveBinary service. You will need to pass the content in a format compatible with Blob, like encoding in base64.

Meghan,

I have crated the FileRepository Thing and identified the SaveBinary service.

Do you have an example of the RESTFul URL that accomplishes this? What is its method?  How to append the binary content?

Assuming something starting with: https://myplatform.thingworx.com/Thingworx/Things/myRepositoryThing/Services/SaveBinary....and now some parms...

Any suggestions?


Thanks,

Top Tags