I am trying to deserialize an attachment, the attachment is xml and i have an appropriate class for it. when i run the parse() method of DeserializationContextImpl
I get a "Bad envelope tag" error. Is there any way for me to initialize the DeserializationContextImpl so that when i run parse it does not try to build a soapenvelope? or am i just going about this deserialization incorrectly? I have been banging my head against this one for a while ...so any help will be greatly appreciated. Thank You, George