kstriyhon
07-13-2005, 08:38 PM
hello i need to send a set of names to a webservice in order to use this information there, the problem is i may have more of 400 names to send to this webservice and i can not send so much information in the URL because of the URL string size.
the thing is, i thought i can send this set of names using an array and post this array in the URL string but i found i can not serialize an array in javascript, is this true or any other suggestion to this problem?? the goal of this is get the set of names to go to the webservice. any help would be appreciate.
thank's in advance
the thing is, i thought i can send this set of names using an array and post this array in the URL string but i found i can not serialize an array in javascript, is this true or any other suggestion to this problem?? the goal of this is get the set of names to go to the webservice. any help would be appreciate.
thank's in advance