Hello,
I've implemented an axis 1.1 client towards a gSoapService which
returns DIME attachments; looks like it is working well!
I've re-implemented the client using OMElement of Axis2 ,
but the ServiceClient is not able to create correctly the SOAPMessage,
it throws the following error: "org.apache.axis2.AxisFault: Invalid
UTF-8 middle ...."
In the axis1.1 into the Call object I've set
_call.setProperty(Call.ATTACHMENT_ENCAPSULATION_FORMAT,
Call.ATTACHMENT_ENCAPSULATION_FORMAT_DIME);
I believe this could be the cause since I cannot find how to do the same
in Axis2.
Any suggestions,
kind regards
Alessandro