Hello All,
I’m doing synchronous scenario from soap(Sender servlet Axis) adapter to proxy.
While testing the scenario from SOAPUI facing the below issue.
SOAP: Call failed: java.lang.IllegalArgumentException: object type invalid: class com.sap.aii.adapter.xi.ms.XIMessage
I’m sending simple xml message to PI through SOAPUI with the attached sender Axis adapter module sequence.
Coming to url part, I have tried with the below url formats and no luck.
http(s)://host:port/XIAxisAdapter/MessageServlet?senderService=<>&interface=<>&interfaceNamespace=<>
http://<hostname>:<port>/ XISOAPAdapter/MessageServlet? channel=:<service>:<channel>
are there any extra configuration setup need to perform to test sender axis adapter from SOAPUI or anything I’m missing in the configuration or in url format.