I'm using MTOM in a java client but when I try to retrieve the OMText at
the client side i.e.:

 

OMText binaryNode = (OMText) mapImage.getFirstOMChild();

 

I get a class cast exception, since the response is returning an
OMElement and not OMText  anyone come across this before?

 

I've checked the soap message and it does actually include the binary
data.

 

Thanks in advance 

Adam  

 

Reply via email to