RE: returning Object vs Object[]

2001-12-05 Thread Milburn, Christopher FIL
uot; /> good luck regards, Nicholas Quaine Visit http://www.soapuser.com/ [EMAIL PROTECTED] - Original Message - From: "Milburn, Christopher FIL" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 10:14 AM Subject: returning Object vs O

returning Object vs Object[]

2001-12-04 Thread Milburn, Christopher FIL
Why can I return an 'Object' array from my soap server but not an 'Object' ie This works ok... public Object[] processCommand( String[] soapParams ) { ... Object[] obj = {(Object)"Fred Bloggs", (Object)"Jim Smith"}; return( obj ); } but not this public Object processCommand(

RE: Basic authentication on rpcrouter

2001-07-12 Thread Milburn, Christopher FIL
tempremental. ChrisMM -Original Message- From: Milburn, Christopher FIL [mailto:[EMAIL PROTECTED]] Sent: 12 July 2001 15:44 To: '[EMAIL PROTECTED]' Subject: Basic authentication on rpcrouter I have a problem trying to invoke basic authentication for the rpcrouter, I set up the SoapHttpConn

Basic authentication on rpcrouter

2001-07-12 Thread Milburn, Christopher FIL
I have a problem trying to invoke basic authentication for the rpcrouter, I set up the SoapHttpConnection and set the username/password but they seem to be ignored by the server ? This user/password works fine through a browser. // Build the call. Call call = new Call();