cancel
Showing results for 
Search instead for 
Did you mean: 

Web services @ SAP MDM

former_member283645
Participant
0 Kudos

Hello Experts,

What is the use of web services for SAP MDM??

And how can we achive it!!!

Can anyone take sometime in explaining it in simple words..

Thanks in advance.

Kind Regards

Eva

Accepted Solutions (1)

Accepted Solutions (1)

rajesh_chavan
Active Participant
0 Kudos

Hi Eva,

MDM Web services are open interfaces to the MDM Server and provide synchronous access to MDM for the consumer of the Web services. They are based on the Simple Object Access Protocol (SOAP) and Web Services Description Language (WSDL) standards.

MDM Web services are used to customize and build functionality into an application and can be integrated into various business scenarios to provide the following capabilities:

● Data management u2013 create, read, update, and delete

● Access to central key mapping u2013 create, read

● Checkout management u2013 checkout, check in, join checkout, unjoin checkout

● Consolidation of records using the matching functionality

● Execution of assignments

● Validation

● Workflow management u2013 launch, get job status

● Syndication of records

Refer attached Link for more informatin

[http://help.sap.com/saphelp_nwmdm71/helpdata/en/49/06eac7dc78132ee10000000a421937/frameset.htm]

Cheers,

Rc

.

former_member283645
Participant
0 Kudos

Thanks Rajesh.

once the .EAR file which was generated by WS Generator is placed in the wizard that generated project contains web service implementation.

Now what next how will the external Web application access the project!!!

B/W when we say web application does this mean a Web page which will communicate with our Web service that we just created and do the actions that we mentioned during the creation of web service!!!!

Thanks in advance.

Kind Regards

Eva

junwu
Active Contributor
0 Kudos

>

>

> Now what next how will the external Web application access the project!!!

>

>

external application won't access this project, you just have to know how your external application will deal with web service.

>

>

> B/W when we say web application does this mean a Web page which will communicate with our Web service that we just >created and do the actions that we mentioned during the creation of web service!!!!

>

>

Yes

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Is it possible to deploy a web service for MDM 5.5 SP4 ? If yes, what are the steps ?

Thank you.

former_member283645
Participant
0 Kudos

Hi,

I guess Web services are possible from 7.1 onwards..

B/w My qustion was answered.Thanks Experts.

Kind Regards

Eva

former_member182007
Active Contributor
0 Kudos

Eva -

For use web services of MDM you need to deploy MDMWEBSERVICES00_1.sca file using SDM in Web App Server. Which is provided by SAP and avalible along with MDM installation software

http://help.sap.com/saphelp_mdm550/helpdata/en/45/018c09166a0486e10000000a155369/frameset.htm

In the installation and Configuration section of the above link, it is mentioned what seetings needs to be done in the VA(Visual Administrator) of the WAS.

Below URL is also helpful

Hope this helps.

Thx

Deep