kaisersoze Posted August 16, 2004 Posted August 16, 2004 I have a webservices and a function in the service. The function takes an input queue process the queue and return a string. i get an error when trying to consuming the web services. Note: when the same function accepts a string then no error is reported but when i change it to a queue or arraylist i get error. when queue: i get error when creating proxy itself when arraylist: i get error when consuming. error is arraylist cannot convert into object. Quote Note: I think as a programmer not as a human, so use my answer at your will
Rodenberg Posted August 17, 2004 Posted August 17, 2004 I don't remember if you can serialize an arraylist or not, I would suggest trying to do what you need to do with a regular array of serializable objects to see if that works. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.