Dear Experts,
I am trying to use stored procedure in the JDBC receiver scenario. When I am firing the scenario from the R/3 server using client proxy I am getting a clean transaction with chequered flag in SXMB_MONI. But when I am checking in RWB I am getting the following error:
I have mentioned the name of the stored procedure in the TABLE field and EXECUTE in the action field in the receiver JDBC structure. The input payload generated is as follows: <?xml version="1.0" encoding="utf-8" ?>
</n0:MT_R3MSSQL_PRXY>
Can somebody guide how to overcome the error which I am getting while inserting the data in the database.
Thanking You
Regards
Suhas
Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'dbo.ZFT_MIS_DATA_BRANCH_KP_modify' (structure 'STATEMENT'): java.sql.SQLException: ERROR: Invalid XML document format for stored procedure: 'type="<SQL-type>"' attribute is missing for element 'access' (Setting a SQL-type (e.g. INTEGER, CHAR, DATE etc.) is mandatory !)