I am having a problem with a simple service and client that I have created. The server and client are both on the same Linux machine.
The service keeps track of the number of method calls it receives from the client and returns that value. Or at least it should. The problem I am having is that when I run the client, I get that the Parameter class getValue() is returning null from the service. The exact error message that I receive is "Exception in thread 'main' java.lang.NullPointerException at mypackage.io.Program_Name" Can you give me any tips on what this problem might be? This is my first attempt at SOAP. thank you. Liam A. DeMasi Atlantic Consulting Services, Inc. 167 Ave at the Commons, Suite 4 Shrewsbury, NJ 07702 (732) 460-9416 x15 (732) 460-9419 (FAX) [EMAIL PROTECTED]
