cancel
Showing results for 
Search instead for 
Did you mean: 

MDM Web services

Former Member
0 Kudos

Hi all

We are working on scenario for integrating CRM and MDM using web services.Standard web services

available are not meeting all of our requirements. Can we go ahead with Custom Web services? If yes can

someone provide details in how to develop Custom MDM Web service.

Any help will be truly appreciated.

thanks

Ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

namrata_d
Active Participant
0 Kudos

Hi Ravi,

You can surely customize and create your own Web Services using the Standard Web Services.

Create a deployable proxy for the Standard Web Serice that you are intending to use.

Create an EJB Project with a new business method and the customized input and output parameters

that you need.

Use this deployable proxy in your EJB Project. By this you will be able to use the functionality

rendered by Standard Web Services and also customize and write your own code.

After this create an EAR project for the same and deploy it on the server.

Hope this might help you.

Thanks

Namrata