cancel
Showing results for 
Search instead for 
Did you mean: 

MDM Web Services - Data Types Schema

Former Member
0 Kudos

Hi,

I am trying to call MDM Web Services from PI as per our requirement. I need to build a scenario in PI for that. The Web Service documentation only talks about the data types and their strucuture but never said where they are available for download.

Can any one of you help me in finding them for download or do we have to create them manually? Please refer to the link below for documentation.

http://help.sap.com/saphelp_mdm550/helpdata/en/45/0068130b0c0487e10000000a155369/content.htm

Thanks and Regards,

VJ

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vijay,

Use the following link of service Market Place to download the SCA for standard webServices.

https://websmp206.sap-ag.de/~form/handler?_APP=00200682500000001943&_EVENT=LIST&HEADER=&FUNCTIONBAR=...

You will need service MArket place Id to download it.

Then Deploy these SCA on to your web Application server where you want to excute youe webServices.

For installation follow the below link

http://help.sap.com/saphelp_mdm550/helpdata/en/45/0068130b0c0487e10000000a155369/frameset.htm

You can also follow this guid for installaion and reference

https://websmp206.sap-ag.de/~sapidb/011000358700001119812007E

Regards,

Shruti.

VijayKonam
Active Contributor
0 Kudos

Hi Shruthi,

Thanks for the reply. I have already completed all those steps. What I was asking for was - the data types discussed in the installation guide, where can I download them from.

Thanks,

VJ

Former Member
0 Kudos

Hi Vijay,

I am not very much clear about, why you want to download the data type?

If you want to know that what information needs to be inserted into which datatype, that we need to do trail and error.

For Example: For RepositroyInformation data type, following parameters needs to be passed for creation of a connection to d repository.

serverName Name of the MDM Server(ip address)

repositoryName Name of the repository

repositoryPort Port of the repository (optional)

schemaLang Language of the schema, for example, table or field names

dataLang Language of the data, in particular values of multilingual fields(eg English US)

Like wise we can find the values for each parameters.

Regards,

Shruti

VijayKonam
Active Contributor
0 Kudos

Thats true Shruthi.

Since we are already able to look at what parameters the service requires means, SAP must have created a data type for it. For calling also, instead of creating it again, my idea is to re-use them. Less development, more standard.

VJ.

VijayKonam
Active Contributor
0 Kudos

I was able to find them. The WSDLs were embedded in the mail WSDL.

VJ

Answers (0)