Guest User

Untitled

a guest
Jan 17th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException {
  2. try {
  3. org.apache.axis.client.Call _call = super._createCall();
  4.  
  5. _call.setUsername("administrator");
  6. _call.setPassword("quative");
  7. if (super.maintainSessionSet) {
  8. _call.setMaintainSession(super.maintainSession);
  9. }
  10. if (super.cachedUsername != null) {
  11. _call.setUsername(super.cachedUsername);
  12. }
  13. if (super.cachedPassword != null) {
  14. _call.setPassword(super.cachedPassword);
  15. }
Add Comment
Please, Sign In to add comment