Spring HTTP Invoker Null Pointer

53 views Asked by At

I have two Spring Boot (1.5.6) applications using Http Invoker (one as Server, and one as Client side). The Server HTTP Invoker is deployed on a remote server, and i am running the client side on my local machine and trying to invoke (call) the server. The Return type of the HTTP Invoker Server operation is List containing HashMap with properties. I noticed a strange issue. When trying to invoke the Server HTTP Invoker which is deployed on a remote server, i get a null pointer exception. When trying to invoke the Server HTTP Invoker (when it is running on my local machine - and also client is running on my local machine) everything is OK. Can someone help me with my problem? Thanks a lot in advance

0

There are 0 answers