cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Java Webservice

Former Member
0 Kudos

Hi All,

I am trying to create a w/s in java with MDM at the backend. I have posted the query on MDM Forum. Following is the link:

Please see if you can help resolve the issue.

Regards,

Nitin

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Nithin,

Please check this link, contains sample webservice tutorial...

[http://help.sap.com/saphelp_nw04/helpdata/en/e9/1fc0bdb1cdd34f9a11d5321eba5ebc/frameset.htm]

Thanks!

nitin_mahajan2
Contributor
0 Kudos

Thanks Sreelakshmi, as i mentioned in my post, i am able to create the w/s, but i am getting a runtime exception for no classdefinition found.

Regards,

Nitin

Former Member
0 Kudos

Hello Nitin,

For using MDM API into beans you need follow these steps

1)create an external library project

2)add all the jar files in the that project

3)Create Publica parts for those jar files

4)Build the project

5)Add the reference of the extenal library project(public parts) into the Bean project

6)Create EAR project for the corresponding bean project and deploy the EAR project

7)Use this bean class in the webdynpro project

8)Also add the reference of the ear project in webdynpro project

9)Build and deploy webdynpro application after writing entire logic, and then chek the output.

Regards,

Shruti.

nitin_mahajan2
Contributor
0 Kudos

Thanks Shurti, I don't think this is my problem.

I got what are you pointing, but i am not using a DC for the EJB so PPs won't come into play.

~Nitin

Former Member
0 Kudos

hi

check this thread , may give you some idea

Thanks