Iam trying to develop a REST synchronous interface and my response from the rest service a is plain text.
below is the error.
<SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.ClassCastException: class org.apache.axis.message.Text:library:com.sap.aii.af.axisproviderlib@com.sap.engine.boot.loader.ResourceMultiParentClassLoader@4ab533d2@alive incompatible with class org.apache.axis.message.SOAPBodyElement:library:com.sap.aii.af.axisproviderlib@com.sap.engine.boot.loader.ResourceMultiParentClassLoader@4ab533d2@alive</SAP:AdditionalText>
<SAP:Stack />
I followed the link to build my scenario.
Axis adapter was deployed successfully, i check through url http://host:port/XIAxisAdapter/MessageServlet
can anyone please help me to resolve this issue.
Thanks
Srinivas