After successful login, I am getting an Exception while retrieving contact list:
Mar 14, 2013 7:19:06 PM net.sf.jml.protocol.soap.ContactList sendRequest
SEVERE: something wrong!
java.lang.Exception
at net.sf.jml.protocol.soap.ContactList.sendRequest(ContactList.java:276)
After this:
Mar 14, 2013 7:19:06 PM net.sf.jml.protocol.soap.ContactList sendRequest
java.lang.NullPointerException
at net.sf.jml.protocol.soap.ContactList.processMembers(ContactList.java:841)
After successful login, I am getting an Exception while retrieving contact list:
Mar 14, 2013 7:19:06 PM net.sf.jml.protocol.soap.ContactList sendRequest
SEVERE: something wrong!
java.lang.Exception
at net.sf.jml.protocol.soap.ContactList.sendRequest(ContactList.java:276)
After this:
Mar 14, 2013 7:19:06 PM net.sf.jml.protocol.soap.ContactList sendRequest
java.lang.NullPointerException
at net.sf.jml.protocol.soap.ContactList.processMembers(ContactList.java:841)
Apparently XML returned by these URLs is empty:
https://omega.contacts.msn.com/abservice/SharingService.asmx
https://proxy-blu-people.directory.live.com/abservice/SharingService.asmx
Any pointers on how to fix it?
Have you tried to browse the following web page:
https://sourceforge.net/p/java-jml/code/144/tree/trunk/src/
Then click "Download Snapshot" to download the latest source code.
Just try, but not guarantee it can solve your problem.