cancel
Showing results for 
Search instead for 
Did you mean: 

Exposing Web Dynpro component as a web service

Former Member
0 Kudos

Hello experts,

Does anyone knows if its possible to expose a web dynpro component/project as a web service ? Hints or suggestions will be greatly appreciated.

from

Kwok Wei

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Kwok,

WebDynpro is UI technology that assumes user-application interactions, hence it cannot be exposed as WebService for application-application interactions.

Use other type of NW projects, namely WebService project. Or place your functionality into Session EJB and expose it as WebService.

VS

Former Member
0 Kudos

Hi VS,

You are absolutley correct. However the reason why I am asking this is because I need to extract an offline Adobe Form (submitted via Email) and WD seems to provide all the necessary libraries and interfaces for me to get the job done easily.

from

Kwok Wei

Answers (1)

Answers (1)

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Kwok,

I dont think its possible to expose webdynpro as web services. With Web Dynpro you can create interactive Web-based user interfaces for business applications.

Regards

Suresh

Former Member
0 Kudos

I guessed as much its not possible... just trying my luck. Thanks again for the replies.