cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling MIIQuery as Webservice

Former Member
0 Kudos

Hi,

We are having queries built in MII 12.X . Is there anyway how to expose them as a webservice.

If it is possible then may I know what is the URL to call these queries in 12.X version and how to pass query parameters?

Thanks,

Srinivas.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

[|]

Former Member
0 Kudos

Hi Srinivas,

What you can do is to create a wrapper transaction and to map inputs to the query template Action Block.

You'll have to customize a bit depending on what type of query you want to call.

Input of your transaction:

- query type

- server

- query string

Then you should be able to call the transaction as a webservice and to use the data returned by the transaction

Hope it'll help,

Cheers,

Arnaud

Former Member
0 Kudos

Hi,

The following URL is for the WSDl generation in MII 12.0

http://<servername>/XMII/WSDLGen/<TransactionFolder(s)>/<Transaction>

For further help you can reach here

http://help.sap.com/saphelp_xmII120/helpdata/en/index.htm

Regards,

Kishore

Former Member
0 Kudos

Hello Srinivas,

See below

Web-service interface

http://<servername>/Lighthammer/WSDLGen/<transaction name>

References:

http://help.sap.com/saphelp_xmii115/helpdata/en/Business_Logic_Services/xacutewsdl.html

I use a software for web-service consumer: SOAPUI very good for test web-services

Or use o MII http://help.sap.com/saphelp_xmii115/helpdata/en/Business_Logic_Services/webservice.htm

another way to perform transactions is http

http://<<your server>>/Lighthammer/Runner?Transaction=Training/Trash/SumValues&num1=%1&num2=%2&OutputParameter=result&IllumLoginName=Admin&IllumLoginPassword=Admin&content-type=text/xml

smart have helped

Danilo

Former Member
0 Kudos

Hi Srinivas,

You can find same example over [Here|;

-Suresh