If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2011-03-08
I found out that yout need the t and p parameters when you send the SOAP message, and you don't have one of them (I think it was p)… I haven't been able to solve this problem yet….
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The id value for webTicket is changed from "PPToken2" to "Compact2".
So, it cause null pointer exception when retrieving offline message.
Therefore, I amended the class net.sf.jml.protocol.soap.SSO.java accordingly.
After that, it works again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Null pointer exeception occur when retreiving offline message.
This problem occur in these days.
I can reproduce it. I will try to look at it these days when I have time.
thank you very much
I found out that yout need the t and p parameters when you send the SOAP message, and you don't have one of them (I think it was p)… I haven't been able to solve this problem yet….
What is t and p?
According to the following url:
http://code.google.com/p/phpmsnclass/updates/list
Change id from "PPToken2" to "Compact2"
The problem fixed.
According to the following url:
http://code.google.com/p/phpmsnclass/updates/list
The id value for webTicket is changed from "PPToken2" to "Compact2".
So, it cause null pointer exception when retrieving offline message.
Therefore, I amended the class net.sf.jml.protocol.soap.SSO.java accordingly.
After that, it works again.