| Author |
what is faster with when representing structure
|
Meir Yan
Ranch Hand
Joined: Apr 27, 2006
Posts: 597
|
|
Hello all im using JAXWS to create the WS client and server , i need to pass complex data structures from the client to the server via SOAP the data structure is list that contains hashtables , now i manged to do that with the help of XmlAdapter that mimics that structure . but now im thinking way not to represent the structure as string with some helper functions in the client side that will constract the string and submitt one big string that will parsed back to the application data struct , what approach you think will be faser ?
|
 |
 |
|
|
subject: what is faster with when representing structure
|
|
|