<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Gerhard:<DIV><BR><DIV><DIV>On Oct 6, 2005, at 12:31 PM, gerhard wrote:</DIV><BLOCKQUOTE type="cite">  <P><FONT size="2">So thanks very much, this makes things a little bit clearer.</FONT> <BR></P></BLOCKQUOTE><DIV><BR class="khtml-block-placeholder"></DIV>My pleasure.<BR><BLOCKQUOTE type="cite"><P><FONT size="2">First of all is there any additional information about the Facade classes  ?</FONT></P></BLOCKQUOTE><DIV><BR class="khtml-block-placeholder"></DIV>Not in terms of specific external documentation. Your best bet is to read the source.<BR><BLOCKQUOTE type="cite"><P> </P><P><FONT size="2">As I tried to use your method call I got an error. The only thing I</FONT> <BR><FONT size="2">changed is my Session to</FONT> </P><P><FONT size="2">&gt;&gt;OBJ:OME::Session=HASH(0x84a6f50)</FONT></P></BLOCKQUOTE><DIV><BR class="khtml-block-placeholder"></DIV>Ok. I'm assuming that this is what you used when you sent the request over? What you should be doing is to simply send the session key. If you're doing this via the ome code, you'd use </DIV><DIV>$session-&gt;session_key().</DIV><DIV> </DIV><DIV>If you put the session object in to the method request, you'll be sending along all of the other state of the session as a hash, and the server won't know what to make of it.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BLOCKQUOTE type="cite"><P> </P><P><FONT size="2">The response was the following:</FONT> </P><P><FONT size="2">&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;methodResponse&gt;&lt;fault&gt;&lt;value&gt;&lt;struct&gt;&lt;member&gt;&lt;name&gt;faultString&lt;/name&gt;&lt;value&gt;&lt;string&gt;Cannot find method Image in class retrieveObject at /usr/lib/perl5/site_perl/5.8.5/SOAP/Lite.pm line 2179</FONT></P><P><FONT size="2">&lt;/string&gt;&lt;/value&gt;&lt;/member&gt;&lt;member&gt;&lt;name&gt;faultCode&lt;/name&gt;&lt;value&gt;&lt;int&gt;102&lt;/int&gt;&lt;/value&gt;&lt;/member&gt;&lt;/struct&gt;&lt;/value&gt;&lt;/fault&gt;&lt;/methodResponse&gt;</FONT></P><P><FONT size="2">I tried the code both with the development version and the stable</FONT> <BR><FONT size="2">version. I think you use also the ./Standalonserver in OME:REMOTE.</FONT></P></BLOCKQUOTE>I'm not using StandaloneServer in OME::Remote.  like Dispatcher.pm, this file should be deprecated. The OME installation should configure Apache to support XML-RPC services at the URL <A href="http://yourhostname/shoola">http://yourhostname/shoola</A></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>-harry</DIV><DIV><BR class="khtml-block-placeholder"></DIV></DIV></BODY></HTML>