Expand my Community achievements bar.

Streaming image from a Web Service to ImageField on the fly

Avatar

Former Community Member
Hi,



I am trying to plot an Image from a Web service in an ImageField. Does anyone know how to do that?



This is my code:

var myProxy = SOAP.connect("http://beryllium.cs.cf.ac.uk:8080/axis/services/GraphicProducer?wsdl");



// the result is a binary file (image file)

var result = myProxy.getGraph();



now I want to add the image to the ImageField on the fly.



any suggestions?
0 Replies