You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Thomas Jankowsky <t....@bonelabs.com> on 2001/06/22 16:17:50 UTC

getInstance().getAllDn

Hi all,

I wrote a Singleton class and tried to access a method of this class on
the server.

The method call looks like "getInstance().getAllDn".

I got an exception on the client side even when I encode the parenthesis
with unicode 0028, 0029 and 002D. 

Can I call method like this?
 

Thanks in advance.

Thomas