I have written a java service which converts stringtodatestring. I’am calling this service from another service Ia’m getting this error “java.lang.nullpointerexception”. I have checked the inputs an all possible causes that i can think.
check your java code some where you are trying to convert null value into string. First try to run the java service seperately instead of calling it from another service. If possible paste your code in the next post.
Thanks
Jay