cancel
Showing results for 
Search instead for 
Did you mean: 

web dynpro application exposed as webservice

Former Member
0 Kudos

hi all,

Is it possible to expose a web dynpro application as a web service. if yes then pls tell me where can i get documents to implement this.

thanks in advance.

Regards

vaishali

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

A Web Dynpro is a UI based concept. The nature of webservices is that they don't have a UI. How do you want to unite these concepts?

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can create a EJB with the the business methods in WebDynpro application and you expose it as a WebService.

Ex: Consider you are sending an e-mail in your WebDynpro app.You can create method in EJB with parameters From,To,Sub,Message and publish it as a webService !!!

Regards, Anilkumar

Former Member
0 Kudos

Hi Vaishali,

Here Webdynpro applications are front end applications. Which gives you front end on Browser. You can not expose this applications as webservices. We can expose some Business Methods as webservice. But its not possible in webdynpro applications.

Regards,

Bhavik