Hello,
We have a requirement to integrate two non SAP system(Java application) using SAP MII as a middleware.
Lets name the application as A and B.
In SAP MII, written a transaction which will be called by application A. Inside the transaction HTTP Post action block is placed which calls application B and its response will be send back to application A.
Below are the issues I am facing when exposing SAP MII transactions using SOAP or HTTP.
SOAP : If I expose my transaction as a SOAP call using WSDLGen, its wrapping the final output content with Rowset and Row tag which we don't want as application A is expecting the data in same structure as response of B.
HTTP : If I use the transaction as execute query and share its URL to application A then the output is without rowset but require to pass username and password in URL which we trying to avoid it.
Please let me know if we can eliminate the rowset/row structure from response while using SOAP call or is there any way to bypass the authentication through proxy setting if using HTTP call through URL..
Thanks in advance!
Regards,
Kshitiz