Hi there,
I am trying for the first time looking at the WebServices in Java and running into an error with the sample java codes.
For example, when using the "GettingStarted.java" code, and using CS 10 Update 13, using Eclipse and java ee-sdk_6u_3 and jre7u55 on Windows 64 bit, I got an error when trying to make the call to the getFavourites() routine.
Authenticating User...SUCESS!
Getting the user's Favourites...FAILED!
S:Server : java.nio.bufferUnderflowException
I also tried to run the CatsAtts.java sample program and got similar result:
Authenticating User...SUCESS!
Creating Category...FAILED!
S:Server : java.nio.bufferUnderflowException
I am new to Java/Eclipse and just trying to run the sample pgm as a test - would appreciate if if someone can point out what I am missing here.
Thanks in advance,
Johnny Lim