Hi Kasthuri,<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
<div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Can
anyone help me by letting me know how one can connect to the OME Image
Server (OMEIS) through PHP? I am trying to write a script that can pull
an image from OMEIS and display it on the browser. I tired reading the
image server documentation but couldn't exactly locate the information
on how this could be done.<br></div></div></div></blockquote></div><br>If your PHP code is being served from the same machine as the OME installation, you might be able to get away with a PHP-Perl communication layer of some kind (e.g., <a href="http://devzone.zend.com/node/view/id/1712">http://devzone.zend.com/node/view/id/1712</a>).<br>
<br>Otherwise, the OME server remoting infrastructure uses XML-RPC to communicate. You could use an XML-RPC library for PHP -- googling for "php xml-rpc" I immediately found <a href="http://phpxmlrpc.sourceforge.net/">http://phpxmlrpc.sourceforge.net/</a> as well as <a href="http://us3.php.net/xmlrpc">http://us3.php.net/xmlrpc</a>, which indicates that perhaps newer versions of PHP have some built-in XML-RPC capability.<br>
<br>There is a client layer called OME-Java that demonstrates this connectivity for Java, but unfortunately no one to my knowledge has coded such a thing in PHP.<br><br>There has also been some discussion on the ome-devel mailing list about XML-RPC (<a href="http://lists.openmicroscopy.org.uk/pipermail/ome-devel/2004-July/000049.html">http://lists.openmicroscopy.org.uk/pipermail/ome-devel/2004-July/000049.html</a>, <a href="http://lists.openmicroscopy.org.uk/pipermail/ome-devel/2005-October/000543.html">http://lists.openmicroscopy.org.uk/pipermail/ome-devel/2005-October/000543.html</a>).<br>
<br>-Curtis<br><br><div class="gmail_quote">On Wed, Feb 20, 2008 at 2:49 PM, Kasthuri Srinivasan Kannan <<a href="mailto:kasthurisrinivasan@yahoo.com">kasthurisrinivasan@yahoo.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Hi,<br><br>Can anyone help me by letting me know how one can connect to the OME Image Server (OMEIS) through PHP? I am trying to write a script that can pull an image from OMEIS and display it on the browser. I tired reading the image server documentation but couldn't exactly locate the information on how this could be done.<br>
<br>Thanks.<br><font color="#888888">Kasthuri Kannan.<br></font></div></div><div class="WgoR0d"><br>
      <hr size="1">Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile. <a href="http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ" target="_blank"> Try it now.</a></div></div>
<br>_______________________________________________<br>
ome-users mailing list<br>
<a href="mailto:ome-users@lists.openmicroscopy.org.uk">ome-users@lists.openmicroscopy.org.uk</a><br>
<a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users" target="_blank">http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users</a><br>
<br></blockquote></div><br>