Marco Schulze wrote:
xmlJavaMapReg.mapTypes(Constants.NS_URI_SOAP_ENC,
new QName("urn:xml-soap-testsoap", "transobj"),
config.getClass(), beanSerializer, beanSerializer
);
//****** Do I really have to register each member object that I want to
//****** transfer here??? Is there no way to use the beanSerializer for
//****** ALL objects per default?
//****** Otherwise I would have to recursively go through all the members
//****** of my object. I really don't want to do this, because it takes
//****** time to analyze the objects recursively, each time before I send it.
Hi again,
I just saw that I made a mistake with cut'n'paste and I got a new question: What do I have to put in that QName? I copied it from a little test-project, that I made with real Apache-SOAP+TomCat. Is this just the name of the object?
I'm not yet a java-god, thus please excuse this question: How can I get the name of the object in java to put this automatically here (in case there is no way to avoid it)?
Thousand thanks for all your help!!!
Marco ;-)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>