Hi, I am doing LDAP call using soap .I want to return Hashtable from my method call. On my client site I am using following code to get my hashtable.
Response resp = call.invoke(url, ""); Parameter p = resp.getReturnValue(); Hashtable values = (Hashtable)p.getValue(); I am getting following exception. The SOAP Server says: http://localhost:8080/soap/servlet/rpcrouterException in t hread "main" java.lang.NullPointerException at LDAP_client.main(LDAP_client.java:36) any help will be useful. Vijay -- This communication is intended for the addressee(s) and may contain confidential and legally privileged information. We do not waive confidentiality or privilege by mistransmission. If you have received this communication in error, any use, dissemination, printing or copying is strictly prohibited; please destroy all electronic and paper copies and notify the sender immediately. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>