I work with SAP America and I managed to connect Xcelsius to
connect SAP R/3 through a web service. The webservice takes into account the user's single sign on information and an authorization object necessary for the connection. Hence, I have to accept a security certificate everytime I run the web service.
The connection works fine except for the following issues:
1) When I close the .xlf file and reopen it, it displays "ERROR #2032". I would then need to reimport the .wsdl connection, accept the security certificate and set up the connection all over again. Could someone advice me on how should I permanently disable this certificate acceptance prompt.
2) The webservice that I use acts as a wrapper over a functional
module. Now a functional module can have an internal table as an input. When I enter data in consecutive cells on Xcelsius and set them as input for the internal table, the web service returns an output only for the first input cell (on Xcelsius). Could someone tell me how should I provide input for an internal table through Xcelsius.