cancel
Showing results for 
Search instead for 
Did you mean: 

Communication of XMII with XI

Former Member
0 Kudos

Hi,

I would require your help for communication of XI with XMII

I am getting PO data from R/3 which is required to be sent to xMII via XI.

According to help this can be achieved via HTTP Receiver adapter

Can anyone help me if XI can post request to query string

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member4529
Active Contributor
0 Kudos

Hi Sheetal,

You can also call a SAP xMII BLS Transaction as a web service from XI and pass the required input parameters. The BLS transaction's WSDL can be obtained by the following URL format :

http://<xMIIServer>:<port>/Lighthammer/WSDLGen/<transaction name>

The BLS transaction can be executed as a Web service (by using the SOAP adapter in XI) by the following URL:

http://<xMIIServer>:<port>/Lighthammer/SOAPRunner/<transaction name>

Thanks & regards,

Dipankar

Former Member
0 Kudos

Hi Sheetal:

One way to do it is call an xMII Business Logic Transaction from XI which passes on the information to xMII

some examples:

http://<<servername>/Lighthammer/Runner?Transaction=CalcTest&A=123&B=234&OutputParameter=Result

http://<<servername:port>>/Lighthammer/Runner.aspx?Transaction=S95/ScheduleDownload&InputParameter=S...

If you have any questions feel free to contact me at

bimal.mehta@sap.com

Hope this helps.

Bimal

ASM - Manufacturing

0 Kudos

Hi Sheetal,

One of the shortcomings of the HTTP receiver adapter is the inability to specify query string parameters based on arbitrary message content. It is currently limited to the following information in query parameters:

Sender party

Sender service

Receiver interface

Message ID

Quality of service

Queue ID

(See http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm)

Unfortunately, this severely limits the situations in which you can use the HTTP receiver adapter.

Regards,

Thorsten

Former Member
0 Kudos

Thorsten,

Could u please explain the short coming of HTTP receiver adapter with an example?

Thanks,

-Naveen.