|
Server demands basic authentication, protocol is kXML-RPC - What to do?: msg#00019java.enhydra.general
Hello, I hope this is not too much off topic... I'm programming a MIDlet (a J2ME application for PDA's, etc.) which interacts with a server using the kXML-RPC protocol. The server demands basic authentication. The XML-RPC API provides a "setBasicAuthentication" method, so you can write this: XmlRpcClient server = new XmlRpcClient(server_url); server.setBasicAuthentication("user", "password"); Unfortunately, I can't do this with kXML-RPC because there's no such "setBasicAuthentication" method. Do you have any idea? Thanks in advance, Mark
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Enhydra 3.1 and Xerces 1.3.1, Tom Gates |
|---|---|
| Next by Date: | Question on Session, Jumana Lakdawala |
| Previous by Thread: | Enhydra 3.1 and Xerces 1.3.1, Tom Gates |
| Next by Thread: | Question on Session, Jumana Lakdawala |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |