Hi!
I'm using the new beta version of Axis. I try to make a simple call to a
simple service just to try it out, but nothing happens and on the client I
get "Moved Temporarily".
I have copied code from the user-guide, Basics - Getting Started, and
modified it slightly to fit my login application. The line that generates
the message looks like this:
String result = (String) call.invoke(new Object[] {
retailStoreIdField.getText(),
operatorIdField.getText(),
new String(accessPasswordField.getPassword())
});
Has anybody else seen this?
Andreas Jarl