RE: problem specifying parameters

2001-09-10 Thread Micael Ericsson (QIN)
dharth aggarwal [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 3:13 PM To: [EMAIL PROTECTED] Subject: problem specifying parameters Hi, I am using apache soap to transfer xml data between a client and server and vice versa. I want to transfer a set of strings as parameter to the remote

problem specifying parameters

2001-09-10 Thread siddharth aggarwal
Hi, I am using apache soap to transfer xml data between a client and server and vice versa. I want to transfer a set of strings as parameter to the remote procedure call. I have inserted the strings into a Vector and then I am sending this vector as parameter . The code is as follows on the