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

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Upload file to (REST) Web Service from ThingWorx.

rsanap
1-Visitor

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
12-Amethyst
(To:rsanap)

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

mhollenbach
12-Amethyst
(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,

Announcements


Top Tags