Hi Kiran,
The message says that JiBX did not find a <mapping> definition for the {...}RootElement that you're trying to unmarshal. Check the binding definition that includes your TestConfiguration class and make sure that you have a <mapping> defined for the RootElement using the proper namespace.
- Dennis
Kiran Sutrave wrote:
Hi Dennis:
when i try to unmarshall the message inside the SoapHeader . I receive the following error message.
No unmarshaller for element "{http://www.abc.com/test}RootElement"
My Java Code is as follows IBindingFactory bFactory = BindingDirectory.getFactory(TestConfiguration.class); IUnmarshallingContext uContext = bFactory.createUnmarshallingContext(); TestConfiguration configurationType = (TestConfiguration)uContext.unmarshalDocument(inputStream, null);
Please let me know if I'm missing something.
Thanks Kiran
------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ jibx-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jibx-users
