|
Hi Denis, Thanks for the pointer. Yes, it’s a bug as in setup() method
should be taking javax.xml.soap.MimeHeaders and not axis2.saaj.MimeHeaders and
no casting should be done in the constructor. I’ll correct it and patch
it up. Ashutosh From: Denis
Schlesinger [mailto:[EMAIL PROTECTED] Hi all, Could anyone please verify whether I am correct or
not when assuming that the “MimeHeaders”-casting in the constructor
of ‘org.apache.axis2.saaj.SOAPMessageImpl’ is not working? One
tries to cast ‘javax.xml.soap.MimeHeaders’ to
‘org.apache.axis2.saaj.MimeHeaders’ when calling the method
‘setup’ I always get a ClassCastException… Cheers, Denis |
