cancel
Showing results for 
Search instead for 
Did you mean: 

Webservices

Former Member
0 Kudos

Hi all,

How can we directly link PI with MDM using MDM webcervices?

Regards,

Vinithra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

We need and an alternative for this and that is how the idea of webservices was proposed. So wanted to know more about how MDM webservices can be used to link Xi directly to MDM so that we can directly hit the tables in MDM

Regards

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

As like other webservices, MDM webservice is also based on SOAP and WSDL standard.

So XI would require SOAP adapter to call the MDM Webserice methods to perform operation on Data.

The MDM webservice will use the [Java API |http://help.sap.com/javadocs/MDM/SP06/com/sap/mdm/examples/package-summary.html] to for this data operation.

MDM webservice methods:

http://help.sap.com/saphelp_mdm550/helpdata/en/45/0005ae3be30485e10000000a155369/content.htm

Using Java API:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b02f4f88-7bbb-2a10-67ad-d435b9f0...

Thanks

SaNv...

santhosh_kumarv
Active Contributor
0 Kudos

>>How can we directly link PI with MDM using MDM webcervices?

Do you mean integrating MDM..? MDM import manager and syndicator are mounted over the FTP servers, so in order to post and pull data to MDM you need to use the file adapter with FTP protocol.

An MDM adapter will be released as a part of MDM 7.1 late this november, by using this adapter XI can directly communicate to MDM as it does to the other R3 system using a IDOC/RFC adapter. This adapter can be used in PI 7.1 and PI 7.0.

Thanks

SaNv...