You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Evyatar Shoresh <ev...@tantian.com> on 2001/08/16 12:20:42 UTC

xml to bean convertition.

Hi, 
I'm having a client-server aplication using soap as my messaging, my aim
is to send a xml document from the client that will be transfered as an
object ( pre-defined in a deployment descriptor ) to the method in the
server as a parameter. 

My problem is that no matter which descriptor i use the server takes my
xml as is and transfers it to the method as an Element object.

Do you have any sample showing such a scenario?

Thanx alot.