cancel
Showing results for 
Search instead for 
Did you mean: 

MDM Web Services

Former Member
0 Kudos

Hello,

I am working on enabling Web Services for MDM 5.5 via SAP PI. We have followed all the configuration but the while trying to call the web service, I am getting an error - Logon Error. The user mentioned in Visual Administrator is able to log on to the MDM repository via MDM Console and Data Manager.

Any one have any ideas what is going wrong?

VJ

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi VJ

You must insert user/pass in J2EE Visual Administrator for all usefull services.

more about it you can read in:

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

https://websmp201.sap-ag.de/~sapidb/011000358700006427302006E

http://help.sap.com/saphelp_mdm550/helpdata/en/46/08f695f35314dbe10000000a155369/frameset.htm

you canot connect to sap mdm server/repository when its not started

Best regards

VijayKonam
Active Contributor
0 Kudos

Hi Kanstantsin,

Thanks for the reply. The VA is already configured. I am doing this on the discovery box which comes configured by default. It has the Admin user id configured for the Web Services. I am trying to access the search records web service. I did go through the document and things are in place as it is mentioned in the document.

But still I am getting a logon error while trying to execute the query.

VJ

Former Member
0 Kudos

Hi VJ

If are you doing all action from parts 1-2 of "Web Service Guide" without problem- then:

SAP MDM Server and repository must be started!!!!!

For test web services connection are you need doing:

1) load SAP Web Application server http://[your sever name]:[your server port(usally 50200)]/index.html

2)load WebService Navigator

http://[your sever name]:[your server port(usally 50200)]/wsnavigator/enterwsdl.html

3) select you service from list (for example check MDMSearchRecords-service)

4) click "Test" and get new window with list of fields

5) then you must insert fields value:

serverName MDM Server(host name)

repositoryName repository name(from SAP MDM Console)

repositoryPort usally 2345(from in SAP MDM Console)

schemaLang (from in SAP MDM Console)

dataLang (from in SAP MDM Console)

isDefault true

TableCode (main table CODE from in SAP MDM Console)

fieldCode (field CODE from in SAP MDM Consol)

Time out 180

then click "Send"

6) you are geting new screen that having two area "Request" and "Response".

In the right area of screen("Response") you are geting result of execution you request or error message

if you get error -check all parameters mybe some of its wrong

in other case -congratulate you win 😄