Skip to Content
1
Former Member
Jul 16, 2008 at 07:07 PM

Passing Parameters to my xMII transaction through web call (http)

589 Views

Hi all,

We have set up in xMII Workbench an SQL Query (tested).

We have set up a Transaction which contains this SQL Query, configured the object and the 'mapping' on the object between the transaction parameters and the sql query's Param...

When testing the Transaction from SAP xMII Workbench all is okay, the values that are pushed in the db come from the preloaded values we gave the SQL Query Parameters...

Our problem arises when we try to overwrite these default values via a web call to the xMII Transaction (webservice).

Here is how we make our call:

http://<servername>/XMII/Runner?Transaction=<transactionName>/Consume&OrderNumber=7&Material=7&Quantity=7&BatchID=7&Unit=7&TransactionType=7&TimeStamp=7&IllumLoginName=xxxx&IllumLoginPassword=xxxxx

Pasting the above URL in a browser will generate a 'TRANSACTION EXECUTED OK' message but the values pushed in the db are still pointing to the default values configured for our parameters.

Any idea of what I am doing wrong here?

Thanks,

Martin