To be little more specific
We only support XML schema data types and schema does not define a hashtable.
So you have to handle it yourself. One idea would be to define a schem
type for something like
<hashtable>
<entry>
<key>foo</key>
<value>bar</value>
</entry>
.........
</hashtable>
and pass it as a argument. Your code, at server side and client side
should convert to and from this defined type to a real hashtable.
best
Srinath
On 11/10/06, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote:
Hi Sathija ;
None of the default message receivers does not support this scenario and
we have no idea to implement that. So in this case you need to write
your own message receiver to support this .
Thanks
Deepal
>Hello,
>
>I need to pass a HashMap as one of the parameters to my web service call.
>How can I do that?
>
>Thanks,
>Sathija.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>
--
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
============================
Srinath Perera:
Indiana University, Bloomington
http://www.cs.indiana.edu/~hperera/
http://www.bloglines.com/blog/hemapani
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]