Hello,
I want to use the generated Proxy class, but I dont know how to tell the instance wich user and Password should be used!
Any Idea or hint?
Thanks in advance...
Hello,
I want to use the generated Proxy class, but I dont know how to tell the instance wich user and Password should be used!
Any Idea or hint?
Thanks in advance...
Hi,
well, there's an authentication class in the examples supplied with SC Server.
Basically, it all boils down to this part:
... and then you're all set up to go.Code:ChangeManagementProxy chmp = new ChangeManagementProxy(); ChangeManagement_PortType port = chmp.getChangeManagement_PortType(); (org.apache.axis.client.Stub) port._setProperty(Call.USERNAME_PROPERTY, username); (org.apache.axis.client.Stub) port._setProperty(Call.PASSWORD_PROPERTY, password);
Thanks for your Help!
Now I know my mistake! I forgot to Cast....![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks