Yes but with axis i can problem whith authentication. Error 401 Unauthenticate and i set the user and password correct in call. I think that Axis with oracle not work fine.
Tim West
Ranch Hand
Joined: Mar 15, 2004
Posts: 539
posted
0
Download the WSDL, or get a local copy of it by some means, and run Axis off the local copy. There's no need to use a remote one.
Is this HTTP Basic authentication?
-Tim
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 32767
posted
0
In your client you will need to add a few lines of code that set the username and password in the stub; should be 3 lines. Whether the supporting classes have been generated by Axis or some other tool should not make a difference. Why don't you post the code that is supposed to deal with authentication in your client.