Hi,
SOAPFactory that is shipped with JDK1.6.x seems to add the prefix:namspace declaration to each child element in the
soap envelope, for the actual elements of the payload. The namespace is declared at the envelope level and I thought just a prefix needs to be added to the actual usage of the elements.
Yes, this is not posing any problems, however, just got curious because even when those attributes are removed, the message still successfuly gets processed-
any hints on how to disable it?
Thanks,
Chinni