User 5307e4cbfc
29-10-2014 19:29:51
I am using SP web services to access list data. We have a rich text field that has embedded marvin sketches. I can retrieve the image of the structure with a web service call like this:
https ://mysite/_vti_bin/JChem/CxnWebGet.svc/GetStructureImage?listId=82c3d949-bfdf-44bd-9143-de35e46a4117&itemId=5341&fieldId=c8be5d9f-d167-4374-a57a-19b1b6057263&structureId=d1b8877e-56af-4eb3-a9b3-f2cd1c6abe23&width=574&height=283&persistDimensions=False
This works great, but now we need to get the actual structure. Is there a similar webservice call that we can make for this?
John