Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Note: I think as a programmer not as a human, so use my answer at your will
Posted
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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...