Hi:

I am trying to unmarshall a SoapHeader from a  SoapEnvelope and
receive the following error message.

No unmarshaller for element "{http://schemas.xmlsoap.org/soap/envelope/}Header";

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

Reply via email to