Re: HashMap as parameter for web service call

2007-09-19 Thread James Mao
: HashMap as parameter for web service call Jaxb is quite plugable, you can use XmlTypeAdapter to marshal/unarshal to/from HashMap James HashMap is not supported by JAXB binding. More discussions about this can be found

HashMap as parameter for web service call

2007-09-18 Thread Kaleb Walton
I cannot seem to get a HashMap to work as a parameter when making a web service call via PHP. Has anyone else experienced this? I want to encapsulate my parameters in a more complex object that extends HashMap. Regards, Kaleb

Re: HashMap as parameter for web service call

2007-09-18 Thread James Mao
Cheers, Jervis -Original Message- From: Kaleb Walton [mailto:[EMAIL PROTECTED] Sent: 2007?9?19? 5:59 To: cxf-user@incubator.apache.org Subject: HashMap as parameter for web service call I cannot seem to get a HashMap to work as a parameter when making a web service call via PHP. Has

Re: HashMap as parameter for web service call

2007-09-18 Thread Willem Jiang
@incubator.apache.org Subject: HashMap as parameter for web service call I cannot seem to get a HashMap to work as a parameter when making a web service call via PHP. Has anyone else experienced this? I want to encapsulate my parameters in a more complex object that extends HashMap. Regards, Kaleb

Re: HashMap as parameter for web service call

2007-09-18 Thread James Mao
Message- From: Kaleb Walton [mailto:[EMAIL PROTECTED] Sent: 2007?9?19? 5:59 To: cxf-user@incubator.apache.org Subject: HashMap as parameter for web service call I cannot seem to get a HashMap to work as a parameter when making a web service call via PHP. Has anyone else experienced this? I want