cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MII integration with SAP PI with SAP HTTP XI

siriyadav0902
Explorer
0 Kudos

Hello Experts,

Our requirement is to integrate SAP MII with SAP PI with HTTP & send some sample Books.xml data to PI.

From SAP PI side we need a URL to configure in SAP MII to post data to PI server.

Here how SAP PI Consultant will construct URL to get data from SAP MII server.

We need the following thing from SAP PI side for configuration in MII,

URL:___________

Sender System:_________

Interface Name:_________

NameSpace:____________

we are using SAP MII 14.0 & SAP PI 7.3.

when we tried to post through SOAP UI its working fine.

We got URL from PI like:http://<host>:<port>/XISOAPAdapter/MessageServlet?channel=<party>:<service>:<channel>

but its not working in HTTP XI action block.

Please assist.

Regards,

Srisailam Golla

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You could use Http Post action block and the above URL to post data to PI and get the required result.

Anushree