System.out.println("\n");
                omNode.serialize(System.out);
Please let me know the output you get at this point...

                    OMElement omNode2 = (OMElement) omChildren.next();
if the deserialization is happening correctly you  should get  a
ClassCastException at this point.

Can you show us your WSDL... What is the data binding machanism your used,,,

~Thilina



> Hi,
>
>> But when I traverse the "reportElement" there is only one child element
>> i.e the "xop:Include" element. I can never get to the attachment itself.
> This can't be... Axis2 should automatically detect XOP:include and
> should create an OMText instead of XOP:Include...
>
> If possible please post your message snapshots and the client code...
> I would appreciate if you can do it soon, since we need to figure out
> whether this is a bug prior to the release...
>
> Thanks,
> Thilina
>
>> How do I rertieve the binary data which is outside the soap envelope?
>> Appreciate any help..
>>
>> Thanks,
>> Sathija.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> http://webservices.apache.org/~thilina/
> http://thilinag.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to