Hi I guess this is the right list to ask my question. I have a client that receives a dom.Element as a string (this did not required any serializes or tricks) using pure SOAP 2.2. But then I tried to do the same call to the service using AXIS and I was left with the problem that AXIS does not have the Constants.NS_URI_LITERAL_XML encoding, which allows me to send dom.Elements over SOAP (the Element is send as arguments to the service). So I received the error that there is no serilizer.
Did anyone knows what is an equivalent encoding of NS_URI_LITERAL_XML in AXIS Thanks Boris