cancel
Showing results for 
Search instead for 
Did you mean: 

ServiceData is Missing - Consumption MDM webservice in EJB

0 Kudos

name Hello all,

I have requirement to call MDM web service in ejb and exposed the ejb as web service to use in BPM.I am using CE 7.2 and MDM 7.1 SP10.

followed the following steps :-

  1. 1. create the EJB and EAR project.
  2. Import the MDM web service i.e SBM_MDM_WS_2WAYS_SYND_DATA wsdl file in ejb project
  3. Generate Java bean skeleton , Generate Cilent and Create Service reference( by giving exitsing service group) by right clikcing on rootwsdl_SBM_MDM_WS_2WAYS_SYND_DATA.wsdl.
  4. Created session bean and method and write the logic for MDM web service.
  5. Exposed this session bean as web service named as workflowHistorydata.

When i executed the exposed ejb web service i.e.workflowHistorydata from ws navigator i am getting the following error.

ServiceData {urn:SBM_MDM_WS_2WAYS_SYND_DATAWsd/SBM_MDM_WS_2WAYS_SYND_DATAVi}SBM_MDM_WS_2WAYS_SYND_DATA is missing!

I have attached my code file.

Thanks

Aditi

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

what's the point of that?

why not just consume the ws directly in BPM?